#B08B88

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

Shades of Thatch #B08B88

Tints of Thatch #B08B88

Color information

#B08B88 (or 0xB08B88) is unknown color: approx Thatch. HEX triplet: B0, 8B and 88. RGB value is (176,139,136). Sum of RGB (Red+Green+Blue) = 176+139+136=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B88 is #4F7477. Grayscale: #959595. Windows color (decimal): -5207160 or 8948656. OLE color: 8948656.

HSL color Cylindrical-coordinate representation of color #B08B88: hue angle of 4.5º degrees, saturation: 0.2, 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 #B08B88 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176139136-
CMYK00.210.230.31
HSL4.5º20.2%61.18%-
HSV(B)4.5º22.73%69.02%-
XYZ31.5829.4727.32-
YUV149.72120.26146.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=39.02%
G=30.82%
B=30.16%

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
Decimal17613913600.210.230.314.520.261.18
HexB08B88015171F5143d
Octal260213210025273752475
Binary101100001000101110001000010101101111111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B88; }

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

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

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

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

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

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

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

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