Color Hex Logo

#b0540a Color Hex

#B0540A
(176,84,10)
0 Favorites   0 Comments

Color spaces of #b0540a

RGB 1768410
HSL0.070.890.36
HSV27°94°69°
CMYK 0.000.520.94   0.31
XYZ21.129615.59272.1832
Yxy15.59270.54310.4008
Hunter Lab39.487626.411124.3633
CIE-Lab46.435533.773253.3131

#b0540a color RGB value is (176,84,10).

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

The process color (four color CMYK) of #b0540a color hex is 0.00, 0.52, 0.94, 0.31. Web safe color of #b0540a is #996600. Color #b0540a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 00001010
Octal 260 124 12
Decimal 176 84 10
Hex B0 54 A

RGB Percentages of Color #b0540a

%65.19
%31.11
%3.70

CMYK Percentages of Color #b0540a

%0
%52
%94
%31

Triadic Colors of #b0540a

#b0540a #0ab054 #540ab0

Analogous Colors of #b0540a

#b0540a #b0a70a #b00a13

Monochromatic Colors of #b0540a

#b0540a

Complementary Color

#b0540a #0a66b0

#b0540a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0540a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0540a Color CSS Codes

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

#b0540a Text Font Color

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

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


#b0540a Background Color

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

This div background color is #b0540a


#b0540a Border Color

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

This div border color is #b0540a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0540a


Comments

No comments written yet.

Please login to write comment.