Color Hex Logo

#b24716 Color Hex

#B24716
(178,71,22)
0 Favorites   0 Comments

Color spaces of #b24716

RGB 1787122
HSL0.050.780.39
HSV19°88°70°
CMYK 0.000.600.88   0.30
XYZ20.758214.02942.3729
Yxy14.02940.55860.3775
Hunter Lab37.455833.377822.4630
CIE-Lab44.275141.300448.0580

#b24716 color RGB value is (178,71,22).

#b24716 hex color red value is 178, green value is 71 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b24716 hue: 0.05 , saturation: 0.78 and the lightness value of b24716 is 0.39.

The process color (four color CMYK) of #b24716 color hex is 0.00, 0.60, 0.88, 0.30. Web safe color of #b24716 is #993300. Color #b24716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 00010110
Octal 262 107 26
Decimal 178 71 22
Hex B2 47 16

RGB Percentages of Color #b24716

%65.68
%26.20
%8.12

CMYK Percentages of Color #b24716

%0
%60
%88
%30

Triadic Colors of #b24716

#b24716 #16b247 #4716b2

Analogous Colors of #b24716

#b24716 #b29516 #b21633

Monochromatic Colors of #b24716

#b24716

Complementary Color

#b24716 #1681b2

#b24716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24716 Color CSS Codes

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

#b24716 Text Font Color

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

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


#b24716 Background Color

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

This div background color is #b24716


#b24716 Border Color

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

This div border color is #b24716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24716


Comments

No comments written yet.

Please login to write comment.