Color Hex Logo

#b24521 Color Hex

#B24521
(178,69,33)
0 Favorites   0 Comments

Color spaces of #b24521

RGB 1786933
HSL0.040.690.41
HSV15°81°70°
CMYK 0.000.610.81   0.30
XYZ20.762713.83103.0142
Yxy13.83100.55210.3678
Hunter Lab37.190134.571521.2277
CIE-Lab43.989642.552742.9287

#b24521 color RGB value is (178,69,33).

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

The process color (four color CMYK) of #b24521 color hex is 0.00, 0.61, 0.81, 0.30. Web safe color of #b24521 is #993333. Color #b24521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000101 00100001
Octal 262 105 41
Decimal 178 69 33
Hex B2 45 21

RGB Percentages of Color #b24521

%63.57
%24.64
%11.79

CMYK Percentages of Color #b24521

%0
%61
%81
%30

Triadic Colors of #b24521

#b24521 #21b245 #4521b2

Analogous Colors of #b24521

#b24521 #b28e21 #b22146

Monochromatic Colors of #b24521

#b24521

Complementary Color

#b24521 #218eb2

#b24521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24521 Color CSS Codes

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

#b24521 Text Font Color

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

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


#b24521 Background Color

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

This div background color is #b24521


#b24521 Border Color

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

This div border color is #b24521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24521


Comments

No comments written yet.

Please login to write comment.