Color Hex Logo

#bd996f Color Hex

#BD996F
(189,153,111)
0 Favorites   0 Comments

Color spaces of #bd996f

RGB 189153111
HSL0.090.370.59
HSV32°41°74°
CMYK 0.000.190.41   0.26
XYZ35.246734.749019.8884
Yxy34.74900.39210.3866
Hunter Lab58.94833.570321.2601
CIE-Lab65.55287.701827.1307

#bd996f color RGB value is (189,153,111).

#bd996f hex color red value is 189, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd996f hue: 0.09 , saturation: 0.37 and the lightness value of bd996f is 0.59.

The process color (four color CMYK) of #bd996f color hex is 0.00, 0.19, 0.41, 0.26. Web safe color of #bd996f is #cc9966. Color #bd996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 01101111
Octal 275 231 157
Decimal 189 153 111
Hex BD 99 6F

RGB Percentages of Color #bd996f

%41.72
%33.77
%24.50

CMYK Percentages of Color #bd996f

%0
%19
%41
%26

Triadic Colors of #bd996f

#bd996f #6fbd99 #996fbd

Analogous Colors of #bd996f

#bd996f #babd6f #bd726f

Monochromatic Colors of #bd996f

#bd996f

Complementary Color

#bd996f #6f93bd

#bd996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd996f Color CSS Codes

.mybgcolor {background-color:#bd996f; } 
.myforecolor {color:#bd996f; }
.mybordercolor {border:3px solid #bd996f; }

#bd996f Text Font Color

<p style="color:#bd996f">Text here</p>

This sample text font color is #bd996f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd996f Background Color

<div style="background-color:#bd996f">
Div content here</div>

This div background color is #bd996f


#bd996f Border Color

<div style="border:3px solid #bd996f">
Div here</div>

This div border color is #bd996f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,153,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd996f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd996f;
  -webkit-box-shadow: 1px 1px 3px 2px #bd996f;
  box-shadow:         1px 1px 3px 2px #bd996f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,153,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd996f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd996f;
  -webkit-box-shadow: 1px 1px 3px 2px #bd996f;
  box-shadow:         1px 1px 3px 2px #bd996f;">
Div content here</div>

This div box has shadow with color #bd996f


Comments

No comments written yet.

Please login to write comment.