Color Hex Logo

#b8500a Color Hex

#B8500A
(184,80,10)
0 Favorites   0 Comments

Color spaces of #b8500a

RGB 1848010
HSL0.070.900.38
HSV24°95°72°
CMYK 0.000.570.95   0.28
XYZ22.690615.94962.1698
Yxy15.94960.55600.3908
Hunter Lab39.937031.527024.7346
CIE-Lab46.908339.017954.2396

#b8500a color RGB value is (184,80,10).

#b8500a hex color red value is 184, green value is 80 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b8500a hue: 0.07 , saturation: 0.90 and the lightness value of b8500a is 0.38.

The process color (four color CMYK) of #b8500a color hex is 0.00, 0.57, 0.95, 0.28. Web safe color of #b8500a is #cc6600. Color #b8500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 00001010
Octal 270 120 12
Decimal 184 80 10
Hex B8 50 A

RGB Percentages of Color #b8500a

%67.15
%29.20
%3.65

CMYK Percentages of Color #b8500a

%0
%57
%95
%28

Triadic Colors of #b8500a

#b8500a #0ab850 #500ab8

Analogous Colors of #b8500a

#b8500a #b8a70a #b80a1b

Monochromatic Colors of #b8500a

#b8500a

Complementary Color

#b8500a #0a72b8

#b8500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8500a Color CSS Codes

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

#b8500a Text Font Color

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

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


#b8500a Background Color

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

This div background color is #b8500a


#b8500a Border Color

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

This div border color is #b8500a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8500a


Comments

No comments written yet.

Please login to write comment.