#B08E8A

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

Shades of Thatch #B08E8A

Tints of Thatch #B08E8A

Color information

#B08E8A (or 0xB08E8A) is unknown color: approx Thatch. HEX triplet: B0, 8E and 8A. RGB value is (176,142,138). Sum of RGB (Red+Green+Blue) = 176+142+138=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E8A is #4F7175. Grayscale: #979797. Windows color (decimal): -5206390 or 9080496. OLE color: 9080496.

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

Color convert

RGB176142138-
CMYK00.190.220.31
HSL6.32º19.39%61.57%-
HSV(B)6.32º21.59%69.02%-
XYZ32.1630.4128.22-
YUV151.71120.26145.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=38.60%
G=31.14%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614213800.190.220.316.3219.3961.57
HexB08E8A013161F6133e
Octal260216212023263762376
Binary101100001000111010001010010011101101111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E8A; }

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

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

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

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

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

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

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

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