Color Hex Logo

#b15223 Color Hex

#B15223
(177,82,35)
0 Favorites   0 Comments

Color spaces of #b15223

RGB 1778235
HSL0.060.670.42
HSV20°80°69°
CMYK 0.000.540.80   0.31
XYZ21.452115.50303.4518
Yxy15.50300.53090.3837
Hunter Lab39.373828.348122.3639
CIE-Lab46.315635.823544.1424

#b15223 color RGB value is (177,82,35).

#b15223 hex color red value is 177, green value is 82 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b15223 hue: 0.06 , saturation: 0.67 and the lightness value of b15223 is 0.42.

The process color (four color CMYK) of #b15223 color hex is 0.00, 0.54, 0.80, 0.31. Web safe color of #b15223 is #996633. Color #b15223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010010 00100011
Octal 261 122 43
Decimal 177 82 35
Hex B1 52 23

RGB Percentages of Color #b15223

%60.20
%27.89
%11.90

CMYK Percentages of Color #b15223

%0
%54
%80
%31

Triadic Colors of #b15223

#b15223 #23b152 #5223b1

Analogous Colors of #b15223

#b15223 #b19923 #b1233b

Monochromatic Colors of #b15223

#b15223

Complementary Color

#b15223 #2382b1

#b15223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15223 Color CSS Codes

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

#b15223 Text Font Color

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

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


#b15223 Background Color

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

This div background color is #b15223


#b15223 Border Color

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

This div border color is #b15223


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,82,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b15223; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b15223;
  -webkit-box-shadow: 1px 1px 3px 2px #b15223;
  box-shadow:         1px 1px 3px 2px #b15223; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,82,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15223


Comments

No comments written yet.

Please login to write comment.