Color Hex Logo

#bd991b Color Hex

#BD991B
(189,153,27)
0 Favorites   0 Comments

Color spaces of #bd991b

RGB 18915327
HSL0.130.750.42
HSV47°86°74°
CMYK 0.000.190.86   0.26
XYZ32.575333.68045.8210
Yxy33.68040.45200.4673
Hunter Lab58.0348-1.367834.6775
CIE-Lab64.70812.027963.8089

#bd991b color RGB value is (189,153,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 00011011
Octal 275 231 33
Decimal 189 153 27
Hex BD 99 1B

RGB Percentages of Color #bd991b

%51.22
%41.46
%7.32

CMYK Percentages of Color #bd991b

%0
%19
%86
%26

Triadic Colors of #bd991b

#bd991b #1bbd99 #991bbd

Analogous Colors of #bd991b

#bd991b #90bd1b #bd481b

Monochromatic Colors of #bd991b

#bd991b

Complementary Color

#bd991b #1b3fbd

#bd991b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd991b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd991b Color CSS Codes

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

#bd991b Text Font Color

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

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


#bd991b Background Color

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

This div background color is #bd991b


#bd991b Border Color

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

This div border color is #bd991b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd991b


Comments

No comments written yet.

Please login to write comment.