Color Hex Logo

#bd906f Color Hex

#BD906F
(189,144,111)
0 Favorites   0 Comments

Color spaces of #bd906f

RGB 189144111
HSL0.070.370.59
HSV25°41°74°
CMYK 0.000.240.41   0.26
XYZ33.828831.913019.4158
Yxy31.91300.39720.3748
Hunter Lab56.49168.030719.1665
CIE-Lab63.270912.654424.1025

#bd906f color RGB value is (189,144,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01101111
Octal 275 220 157
Decimal 189 144 111
Hex BD 90 6F

RGB Percentages of Color #bd906f

%42.57
%32.43
%25.00

CMYK Percentages of Color #bd906f

%0
%24
%41
%26

Triadic Colors of #bd906f

#bd906f #6fbd90 #906fbd

Analogous Colors of #bd906f

#bd906f #bdb76f #bd6f75

Monochromatic Colors of #bd906f

#bd906f

Complementary Color

#bd906f #6f9cbd

#bd906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd906f Color CSS Codes

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

#bd906f Text Font Color

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

This sample text font color is #bd906f
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.


#bd906f Background Color

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

This div background color is #bd906f


#bd906f Border Color

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

This div border color is #bd906f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,144,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 #bd906f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd906f


Comments

No comments written yet.

Please login to write comment.