Color Hex Logo

#b24c0a Color Hex

#B24C0A
(178,76,10)
0 Favorites   0 Comments

Color spaces of #b24c0a

RGB 1787610
HSL0.070.890.37
HSV24°94°70°
CMYK 0.000.570.94   0.30
XYZ20.999314.65582.0092
Yxy14.65580.55750.3891
Hunter Lab38.282930.917523.6863
CIE-Lab45.159138.651152.5960

#b24c0a color RGB value is (178,76,10).

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

The process color (four color CMYK) of #b24c0a color hex is 0.00, 0.57, 0.94, 0.30. Web safe color of #b24c0a is #993300. Color #b24c0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001100 00001010
Octal 262 114 12
Decimal 178 76 10
Hex B2 4C A

RGB Percentages of Color #b24c0a

%67.42
%28.79
%3.79

CMYK Percentages of Color #b24c0a

%0
%57
%94
%30

Triadic Colors of #b24c0a

#b24c0a #0ab24c #4c0ab2

Analogous Colors of #b24c0a

#b24c0a #b2a00a #b20a1c

Monochromatic Colors of #b24c0a

#b24c0a

Complementary Color

#b24c0a #0a70b2

#b24c0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24c0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24c0a Color CSS Codes

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

#b24c0a Text Font Color

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

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


#b24c0a Background Color

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

This div background color is #b24c0a


#b24c0a Border Color

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

This div border color is #b24c0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24c0a


Comments

No comments written yet.

Please login to write comment.