#B08E84

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

Shades of Thatch #B08E84

Tints of Thatch #B08E84

Color information

#B08E84 (or 0xB08E84) is unknown color: approx Thatch. HEX triplet: B0, 8E and 84. RGB value is (176,142,132). Sum of RGB (Red+Green+Blue) = 176+142+132=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E84 is #4F717B. Grayscale: #979797. Windows color (decimal): -5206396 or 8687280. OLE color: 8687280.

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

Color convert

RGB176142132-
CMYK00.190.250.31
HSL13.64º21.78%60.39%-
HSV(B)13.64º25%69.02%-
XYZ31.7430.2425.99-
YUV151.03117.26145.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=39.11%
G=31.56%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614213200.190.250.3113.6421.7860.39
HexB08E84013191Fe163c
Octal2602162040233137162674
Binary1011000010001110100001000100111100111111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E84; }

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

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

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

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

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

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

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

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