Color Hex Logo

#bd905a Color Hex

#BD905A
(189,144,90)
0 Favorites   0 Comments

Color spaces of #bd905a

RGB 18914490
HSL0.090.430.55
HSV33°52°74°
CMYK 0.000.240.52   0.26
XYZ32.805031.503514.0246
Yxy31.50350.41880.4022
Hunter Lab56.12806.103624.4749
CIE-Lab62.930410.510935.0825

#bd905a color RGB value is (189,144,90).

#bd905a hex color red value is 189, green value is 144 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd905a hue: 0.09 , saturation: 0.43 and the lightness value of bd905a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01011010
Octal 275 220 132
Decimal 189 144 90
Hex BD 90 5A

RGB Percentages of Color #bd905a

%44.68
%34.04
%21.28

CMYK Percentages of Color #bd905a

%0
%24
%52
%26

Triadic Colors of #bd905a

#bd905a #5abd90 #905abd

Analogous Colors of #bd905a

#bd905a #b9bd5a #bd5f5a

Monochromatic Colors of #bd905a

#bd905a

Complementary Color

#bd905a #5a87bd

#bd905a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd905a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd905a Color CSS Codes

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

#bd905a Text Font Color

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

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


#bd905a Background Color

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

This div background color is #bd905a


#bd905a Border Color

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

This div border color is #bd905a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd905a

#bd905a Color Palettes


Comments

No comments written yet.

Please login to write comment.