Color Hex Logo

#b88185 Color Hex

#B88185
(184,129,133)
0 Favorites   0 Comments

Color spaces of #b88185

RGB 184129133
HSL0.990.280.61
HSV356°30°72°
CMYK 0.000.300.28   0.28
XYZ31.851127.584325.8359
Yxy27.58430.37350.3235
Hunter Lab52.520816.33967.5987
CIE-Lab59.511321.81546.3737

#b88185 color RGB value is (184,129,133).

#b88185 hex color red value is 184, green value is 129 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b88185 hue: 0.99 , saturation: 0.28 and the lightness value of b88185 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 10000101
Octal 270 201 205
Decimal 184 129 133
Hex B8 81 85

RGB Percentages of Color #b88185

%41.26
%28.92
%29.82

CMYK Percentages of Color #b88185

%0
%30
%28
%28

Triadic Colors of #b88185

#b88185 #85b881 #8185b8

Analogous Colors of #b88185

#b88185 #b89981 #b881a1

Monochromatic Colors of #b88185

#b88185

Complementary Color

#b88185 #81b8b4

#b88185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88185 Color CSS Codes

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

#b88185 Text Font Color

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

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


#b88185 Background Color

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

This div background color is #b88185


#b88185 Border Color

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

This div border color is #b88185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88185


Comments

No comments written yet.

Please login to write comment.