Color Hex Logo

#b24e32 Color Hex

#B24E32
(178,78,50)
0 Favorites   0 Comments

Color spaces of #b24e32

RGB 1787850
HSL0.040.560.45
HSV13°72°70°
CMYK 0.000.560.72   0.30
XYZ21.660215.14404.7991
Yxy15.14400.52060.3640
Hunter Lab38.915331.251119.9290
CIE-Lab45.830838.894335.9574

#b24e32 color RGB value is (178,78,50).

#b24e32 hex color red value is 178, green value is 78 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b24e32 hue: 0.04 , saturation: 0.56 and the lightness value of b24e32 is 0.45.

The process color (four color CMYK) of #b24e32 color hex is 0.00, 0.56, 0.72, 0.30. Web safe color of #b24e32 is #996633. Color #b24e32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 00110010
Octal 262 116 62
Decimal 178 78 50
Hex B2 4E 32

RGB Percentages of Color #b24e32

%58.17
%25.49
%16.34

CMYK Percentages of Color #b24e32

%0
%56
%72
%30

Triadic Colors of #b24e32

#b24e32 #32b24e #4e32b2

Analogous Colors of #b24e32

#b24e32 #b28e32 #b23256

Monochromatic Colors of #b24e32

#b24e32

Complementary Color

#b24e32 #3296b2

#b24e32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24e32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24e32 Color CSS Codes

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

#b24e32 Text Font Color

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

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


#b24e32 Background Color

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

This div background color is #b24e32


#b24e32 Border Color

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

This div border color is #b24e32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24e32


Comments

No comments written yet.

Please login to write comment.