Color Hex Logo

#b08989 Color Hex

#B08989
(176,137,137)
0 Favorites   0 Comments

Color spaces of #b08989

RGB 176137137
HSL0.000.200.61
HSV22°69°
CMYK 0.000.220.22   0.31
XYZ31.365528.927627.5973
Yxy28.92760.35690.3291
Hunter Lab53.78449.97347.2268
CIE-Lab60.717714.84155.7015

#b08989 color RGB value is (176,137,137).

#b08989 hex color red value is 176, green value is 137 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b08989 hue: 0.00 , saturation: 0.20 and the lightness value of b08989 is 0.61.

The process color (four color CMYK) of #b08989 color hex is 0.00, 0.22, 0.22, 0.31. Web safe color of #b08989 is #999999. Color #b08989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 10001001
Octal 260 211 211
Decimal 176 137 137
Hex B0 89 89

RGB Percentages of Color #b08989

%39.11
%30.44
%30.44

CMYK Percentages of Color #b08989

%0
%22
%22
%31

Triadic Colors of #b08989

#b08989 #89b089 #8989b0

Analogous Colors of #b08989

#b08989 #b09d89 #b0899d

Monochromatic Colors of #b08989

#b08989

Complementary Color

#b08989 #89b0b0

#b08989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08989 Color CSS Codes

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

#b08989 Text Font Color

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

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


#b08989 Background Color

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

This div background color is #b08989


#b08989 Border Color

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

This div border color is #b08989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08989

#b08989 Color Palettes


Comments

No comments written yet.

Please login to write comment.