Color Hex Logo

#b07173 Color Hex

#B07173
(176,113,115)
0 Favorites   0 Comments

Color spaces of #b07173

RGB 176113115
HSL0.990.290.57
HSV358°36°69°
CMYK 0.000.360.35   0.31
XYZ26.904122.278219.1018
Yxy22.27820.39400.3263
Hunter Lab47.199819.14629.0451
CIE-Lab54.320925.18689.2817

#b07173 color RGB value is (176,113,115).

#b07173 hex color red value is 176, green value is 113 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b07173 hue: 0.99 , saturation: 0.29 and the lightness value of b07173 is 0.57.

The process color (four color CMYK) of #b07173 color hex is 0.00, 0.36, 0.35, 0.31. Web safe color of #b07173 is #996666. Color #b07173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 01110011
Octal 260 161 163
Decimal 176 113 115
Hex B0 71 73

RGB Percentages of Color #b07173

%43.56
%27.97
%28.47

CMYK Percentages of Color #b07173

%0
%36
%35
%31

Triadic Colors of #b07173

#b07173 #73b071 #7173b0

Analogous Colors of #b07173

#b07173 #b08f71 #b07193

Monochromatic Colors of #b07173

#b07173

Complementary Color

#b07173 #71b0ae

#b07173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07173 Color CSS Codes

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

#b07173 Text Font Color

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

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


#b07173 Background Color

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

This div background color is #b07173


#b07173 Border Color

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

This div border color is #b07173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07173


Comments

No comments written yet.

Please login to write comment.