Color Hex Logo

#bd992b Color Hex

#BD992B
(189,153,43)
0 Favorites   0 Comments

Color spaces of #bd992b

RGB 18915343
HSL0.130.630.45
HSV45°77°74°
CMYK 0.000.190.77   0.26
XYZ32.813533.77577.0754
Yxy33.77570.44540.4585
Hunter Lab58.1169-0.921233.4636
CIE-Lab64.78412.550958.8760

#bd992b color RGB value is (189,153,43).

#bd992b hex color red value is 189, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bd992b hue: 0.13 , saturation: 0.63 and the lightness value of bd992b is 0.45.

The process color (four color CMYK) of #bd992b color hex is 0.00, 0.19, 0.77, 0.26. Web safe color of #bd992b is #cc9933. Color #bd992b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 00101011
Octal 275 231 53
Decimal 189 153 43
Hex BD 99 2B

RGB Percentages of Color #bd992b

%49.09
%39.74
%11.17

CMYK Percentages of Color #bd992b

%0
%19
%77
%26

Triadic Colors of #bd992b

#bd992b #2bbd99 #992bbd

Analogous Colors of #bd992b

#bd992b #98bd2b #bd502b

Monochromatic Colors of #bd992b

#bd992b

Complementary Color

#bd992b #2b4fbd

#bd992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd992b Color CSS Codes

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

#bd992b Text Font Color

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

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


#bd992b Background Color

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

This div background color is #bd992b


#bd992b Border Color

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

This div border color is #bd992b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd992b


Comments

No comments written yet.

Please login to write comment.