Color Hex Logo

#bd540c Color Hex

#BD540C
(189,84,12)
0 Favorites   0 Comments

Color spaces of #bd540c

RGB 1898412
HSL0.070.880.39
HSV24°94°74°
CMYK 0.000.560.94   0.26
XYZ24.223017.18602.3884
Yxy17.18600.55310.3924
Hunter Lab41.456031.750725.6033
CIE-Lab48.493539.015955.2098

#bd540c color RGB value is (189,84,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 00001100
Octal 275 124 14
Decimal 189 84 12
Hex BD 54 C

RGB Percentages of Color #bd540c

%66.32
%29.47
%4.21

CMYK Percentages of Color #bd540c

%0
%56
%94
%26

Triadic Colors of #bd540c

#bd540c #0cbd54 #540cbd

Analogous Colors of #bd540c

#bd540c #bdad0c #bd0c1d

Monochromatic Colors of #bd540c

#bd540c

Complementary Color

#bd540c #0c75bd

#bd540c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd540c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd540c Color CSS Codes

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

#bd540c Text Font Color

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

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


#bd540c Background Color

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

This div background color is #bd540c


#bd540c Border Color

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

This div border color is #bd540c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd540c


Comments

No comments written yet.

Please login to write comment.