Color Hex Logo

#bd900b Color Hex

#BD900B
(189,144,11)
0 Favorites   0 Comments

Color spaces of #bd900b

RGB 18914411
HSL0.120.890.39
HSV45°94°74°
CMYK 0.000.240.94   0.26
XYZ31.019930.78954.6246
Yxy30.78950.46690.4635
Hunter Lab55.48832.683333.9004
CIE-Lab62.32956.620165.2703

#bd900b color RGB value is (189,144,11).

#bd900b hex color red value is 189, green value is 144 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bd900b hue: 0.12 , saturation: 0.89 and the lightness value of bd900b is 0.39.

The process color (four color CMYK) of #bd900b color hex is 0.00, 0.24, 0.94, 0.26. Web safe color of #bd900b is #cc9900. Color #bd900b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00001011
Octal 275 220 13
Decimal 189 144 11
Hex BD 90 B

RGB Percentages of Color #bd900b

%54.94
%41.86
%3.20

CMYK Percentages of Color #bd900b

%0
%24
%94
%26

Triadic Colors of #bd900b

#bd900b #0bbd90 #900bbd

Analogous Colors of #bd900b

#bd900b #91bd0b #bd370b

Monochromatic Colors of #bd900b

#bd900b

Complementary Color

#bd900b #0b38bd

#bd900b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd900b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd900b Color CSS Codes

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

#bd900b Text Font Color

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

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


#bd900b Background Color

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

This div background color is #bd900b


#bd900b Border Color

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

This div border color is #bd900b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd900b


Comments

No comments written yet.

Please login to write comment.