#B08F8E

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

Shades of Thatch #B08F8E

Tints of Thatch #B08F8E

Color information

#B08F8E (or 0xB08F8E) is unknown color: approx Thatch. HEX triplet: B0, 8F and 8E. RGB value is (176,143,142). Sum of RGB (Red+Green+Blue) = 176+143+142=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F8E is #4F7071. Grayscale: #989898. Windows color (decimal): -5206130 or 9342896. OLE color: 9342896.

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

Color convert

RGB176143142-
CMYK00.190.190.31
HSL1.76º17.71%62.35%-
HSV(B)1.76º19.32%69.02%-
XYZ32.6130.8329.82-
YUV152.75121.93144.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=38.18%
G=31.02%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614314200.190.190.311.7617.7162.35
HexB08F8E013131F2123e
Octal260217216023233722276
Binary10110000100011111000111001001110011111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F8E; }

 p { color: rgb(176,143,142); }

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

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

 a { background-color: rgb(176,143,142); }

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

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

 span { border-color: rgb(176,143,142); }

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