#B08B87

Color #B08B87 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #B08B87

Tints of Thatch #B08B87

Color information

#B08B87 (or 0xB08B87) is unknown color: approx Thatch. HEX triplet: B0, 8B and 87. RGB value is (176,139,135). Sum of RGB (Red+Green+Blue) = 176+139+135=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B87 is #4F7478. Grayscale: #959595. Windows color (decimal): -5207161 or 8883120. OLE color: 8883120.

HSL color Cylindrical-coordinate representation of color #B08B87: hue angle of 5.85º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08B87 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176139135-
CMYK00.210.230.31
HSL5.85º20.6%60.98%-
HSV(B)5.85º23.3%69.02%-
XYZ31.5129.4426.94-
YUV149.61119.76146.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 135 (53.12% from 255) = 30%
R=39.11%
G=30.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613913500.210.230.315.8520.660.98
HexB08B87015171F6153d
Octal260213207025273762575
Binary101100001000101110000111010101101111111111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B87; }

 p { color: rgb(176,139,135); }

 H1.HeaderClassName
 {
   color: #B08B87;
 }
 .AnyTagClassName
 {
   color: #B08B87;
 }
</style>
background-color css

<style>
 a { background-color: #B08B87; }

 a { background-color: rgb(176,139,135); }

 div.DivClassName
 {
   background-color: #B08B87;
 }
 .BgClassName
 {
   background-color: #B08B87;
 }
</style>
border-color css

<style>
 span { border-color: #B08B87; }

 span { border-color: rgb(176,139,135); }

 td.TdClassName
 {
   border-color: #B08B87;
 }
 .TagClassName
 {
   border-color: #B08B87;
 }
</style>