#B08F84

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

Shades of Thatch #B08F84

Tints of Thatch #B08F84

Color information

#B08F84 (or 0xB08F84) is unknown color: approx Thatch. HEX triplet: B0, 8F and 84. RGB value is (176,143,132). Sum of RGB (Red+Green+Blue) = 176+143+132=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F84 is #4F707B. Grayscale: #979797. Windows color (decimal): -5206140 or 8687536. OLE color: 8687536.

HSL color Cylindrical-coordinate representation of color #B08F84: hue angle of 15º 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 #B08F84 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176143132-
CMYK00.190.250.31
HSL15º21.78%60.39%-
HSV(B)15º25%69.02%-
XYZ31.8930.5426.04-
YUV151.61116.93145.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=39.02%
G=31.71%
B=29.27%

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
Decimal17614313200.190.250.311521.7860.39
HexB08F84013191Ff163c
Octal2602172040233137172674
Binary1011000010001111100001000100111100111111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F84; }

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

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

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

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

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

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

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

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