Color Hex Logo

#b88172 Color Hex

#B88172
(184,129,114)
0 Favorites   0 Comments

Color spaces of #b88172

RGB 184129114
HSL0.040.330.58
HSV13°38°72°
CMYK 0.000.300.38   0.28
XYZ30.654727.105819.5358
Yxy27.10580.39660.3507
Hunter Lab52.063213.989714.1967
CIE-Lab59.072119.304316.6318

#b88172 color RGB value is (184,129,114).

#b88172 hex color red value is 184, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b88172 hue: 0.04 , saturation: 0.33 and the lightness value of b88172 is 0.58.

The process color (four color CMYK) of #b88172 color hex is 0.00, 0.30, 0.38, 0.28. Web safe color of #b88172 is #cc9966. Color #b88172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 01110010
Octal 270 201 162
Decimal 184 129 114
Hex B8 81 72

RGB Percentages of Color #b88172

%43.09
%30.21
%26.70

CMYK Percentages of Color #b88172

%0
%30
%38
%28

Triadic Colors of #b88172

#b88172 #72b881 #8172b8

Analogous Colors of #b88172

#b88172 #b8a472 #b87286

Monochromatic Colors of #b88172

#b88172

Complementary Color

#b88172 #72a9b8

#b88172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88172 Color CSS Codes

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

#b88172 Text Font Color

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

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


#b88172 Background Color

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

This div background color is #b88172


#b88172 Border Color

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

This div border color is #b88172


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,129,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b88172; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b88172;
  -webkit-box-shadow: 1px 1px 3px 2px #b88172;
  box-shadow:         1px 1px 3px 2px #b88172; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,129,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88172


Comments

No comments written yet.

Please login to write comment.