Color Hex Logo

#bd971b Color Hex

#BD971B
(189,151,27)
0 Favorites   0 Comments

Color spaces of #bd971b

RGB 18915127
HSL0.130.750.42
HSV46°86°74°
CMYK 0.000.200.86   0.26
XYZ32.250733.03125.7128
Yxy33.03120.45430.4653
Hunter Lab57.4728-0.412534.3375
CIE-Lab64.18623.111463.3788

#bd971b color RGB value is (189,151,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 00011011
Octal 275 227 33
Decimal 189 151 27
Hex BD 97 1B

RGB Percentages of Color #bd971b

%51.50
%41.14
%7.36

CMYK Percentages of Color #bd971b

%0
%20
%86
%26

Triadic Colors of #bd971b

#bd971b #1bbd97 #971bbd

Analogous Colors of #bd971b

#bd971b #92bd1b #bd461b

Monochromatic Colors of #bd971b

#bd971b

Complementary Color

#bd971b #1b41bd

#bd971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd971b Color CSS Codes

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

#bd971b Text Font Color

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

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


#bd971b Background Color

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

This div background color is #bd971b


#bd971b Border Color

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

This div border color is #bd971b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd971b


Comments

No comments written yet.

Please login to write comment.