Color Hex Logo

#b24720 Color Hex

#B24720
(178,71,32)
0 Favorites   0 Comments

Color spaces of #b24720

RGB 1787132
HSL0.040.700.41
HSV16°82°70°
CMYK 0.000.600.82   0.30
XYZ20.874014.07572.9832
Yxy14.07570.55030.3711
Hunter Lab37.517633.657821.5479
CIE-Lab44.341341.573843.7432

#b24720 color RGB value is (178,71,32).

#b24720 hex color red value is 178, green value is 71 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b24720 hue: 0.04 , saturation: 0.70 and the lightness value of b24720 is 0.41.

The process color (four color CMYK) of #b24720 color hex is 0.00, 0.60, 0.82, 0.30. Web safe color of #b24720 is #993333. Color #b24720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 00100000
Octal 262 107 40
Decimal 178 71 32
Hex B2 47 20

RGB Percentages of Color #b24720

%63.35
%25.27
%11.39

CMYK Percentages of Color #b24720

%0
%60
%82
%30

Triadic Colors of #b24720

#b24720 #20b247 #4720b2

Analogous Colors of #b24720

#b24720 #b29020 #b22042

Monochromatic Colors of #b24720

#b24720

Complementary Color

#b24720 #208bb2

#b24720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24720 Color CSS Codes

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

#b24720 Text Font Color

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

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


#b24720 Background Color

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

This div background color is #b24720


#b24720 Border Color

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

This div border color is #b24720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,71,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24720


Comments

No comments written yet.

Please login to write comment.