Color Hex Logo

#bd540b Color Hex

#BD540B
(189,84,11)
0 Favorites   0 Comments

Color spaces of #bd540b

RGB 1898411
HSL0.070.890.39
HSV25°94°74°
CMYK 0.000.560.94   0.26
XYZ24.217017.18362.3570
Yxy17.18360.55340.3927
Hunter Lab41.453131.737225.6460
CIE-Lab48.490539.002655.4511

#bd540b color RGB value is (189,84,11).

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

The process color (four color CMYK) of #bd540b color hex is 0.00, 0.56, 0.94, 0.26. Web safe color of #bd540b is #cc6600. Color #bd540b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 00001011
Octal 275 124 13
Decimal 189 84 11
Hex BD 54 B

RGB Percentages of Color #bd540b

%66.55
%29.58
%3.87

CMYK Percentages of Color #bd540b

%0
%56
%94
%26

Triadic Colors of #bd540b

#bd540b #0bbd54 #540bbd

Analogous Colors of #bd540b

#bd540b #bdad0b #bd0b1b

Monochromatic Colors of #bd540b

#bd540b

Complementary Color

#bd540b #0b74bd

#bd540b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd540b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd540b Color CSS Codes

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

#bd540b Text Font Color

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

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


#bd540b Background Color

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

This div background color is #bd540b


#bd540b Border Color

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

This div border color is #bd540b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd540b


Comments

No comments written yet.

Please login to write comment.