Color Hex Logo

#b2715b Color Hex

#B2715B
(178,113,91)
0 Favorites   0 Comments

Color spaces of #b2715b

RGB 17811391
HSL0.040.360.53
HSV15°49°70°
CMYK 0.000.370.49   0.30
XYZ26.153622.030612.7714
Yxy22.03060.42910.3614
Hunter Lab46.936817.322516.7230
CIE-Lab54.059523.232422.8906

#b2715b color RGB value is (178,113,91).

#b2715b hex color red value is 178, green value is 113 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b2715b hue: 0.04 , saturation: 0.36 and the lightness value of b2715b is 0.53.

The process color (four color CMYK) of #b2715b color hex is 0.00, 0.37, 0.49, 0.30. Web safe color of #b2715b is #996666. Color #b2715b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 01011011
Octal 262 161 133
Decimal 178 113 91
Hex B2 71 5B

RGB Percentages of Color #b2715b

%46.60
%29.58
%23.82

CMYK Percentages of Color #b2715b

%0
%37
%49
%30

Triadic Colors of #b2715b

#b2715b #5bb271 #715bb2

Analogous Colors of #b2715b

#b2715b #b29d5b #b25b71

Monochromatic Colors of #b2715b

#b2715b

Complementary Color

#b2715b #5b9cb2

#b2715b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2715b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2715b Color CSS Codes

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

#b2715b Text Font Color

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

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


#b2715b Background Color

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

This div background color is #b2715b


#b2715b Border Color

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

This div border color is #b2715b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2715b


Comments

No comments written yet.

Please login to write comment.