Color Hex Logo

#bd801b Color Hex

#BD801B
(189,128,27)
0 Favorites   0 Comments

Color spaces of #bd801b

RGB 18912827
HSL0.100.750.42
HSV37°86°74°
CMYK 0.000.320.86   0.26
XYZ28.903326.33634.5970
Yxy26.33630.48300.4401
Hunter Lab51.318910.724830.6122
CIE-Lab58.354915.737258.5566

#bd801b color RGB value is (189,128,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 00011011
Octal 275 200 33
Decimal 189 128 27
Hex BD 80 1B

RGB Percentages of Color #bd801b

%54.94
%37.21
%7.85

CMYK Percentages of Color #bd801b

%0
%32
%86
%26

Triadic Colors of #bd801b

#bd801b #1bbd80 #801bbd

Analogous Colors of #bd801b

#bd801b #a9bd1b #bd2f1b

Monochromatic Colors of #bd801b

#bd801b

Complementary Color

#bd801b #1b58bd

#bd801b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd801b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd801b Color CSS Codes

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

#bd801b Text Font Color

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

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


#bd801b Background Color

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

This div background color is #bd801b


#bd801b Border Color

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

This div border color is #bd801b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd801b


Comments

No comments written yet.

Please login to write comment.