Color Hex Logo

#b24920 Color Hex

#B24920
(178,73,32)
0 Favorites   0 Comments

Color spaces of #b24920

RGB 1787332
HSL0.050.700.41
HSV17°82°70°
CMYK 0.000.590.82   0.30
XYZ21.003414.33433.0263
Yxy14.33430.54750.3736
Hunter Lab37.860732.767621.7633
CIE-Lab44.708640.612744.0875

#b24920 color RGB value is (178,73,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 00100000
Octal 262 111 40
Decimal 178 73 32
Hex B2 49 20

RGB Percentages of Color #b24920

%62.90
%25.80
%11.31

CMYK Percentages of Color #b24920

%0
%59
%82
%30

Triadic Colors of #b24920

#b24920 #20b249 #4920b2

Analogous Colors of #b24920

#b24920 #b29220 #b22040

Monochromatic Colors of #b24920

#b24920

Complementary Color

#b24920 #2089b2

#b24920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24920 Color CSS Codes

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

#b24920 Text Font Color

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

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


#b24920 Background Color

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

This div background color is #b24920


#b24920 Border Color

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

This div border color is #b24920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24920


Comments

No comments written yet.

Please login to write comment.