#B08C85

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

Shades of Thatch #B08C85

Tints of Thatch #B08C85

Color information

#B08C85 (or 0xB08C85) is unknown color: approx Thatch. HEX triplet: B0, 8C and 85. RGB value is (176,140,133). Sum of RGB (Red+Green+Blue) = 176+140+133=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C85 is #4F737A. Grayscale: #969696. Windows color (decimal): -5206907 or 8752304. OLE color: 8752304.

HSL color Cylindrical-coordinate representation of color #B08C85: hue angle of 9.77º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08C85 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176140133-
CMYK00.200.240.31
HSL9.77º21.39%60.59%-
HSV(B)9.77º24.43%69.02%-
XYZ31.5229.6826.26-
YUV149.97118.43146.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=39.20%
G=31.18%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614013300.200.240.319.7721.3960.59
HexB08C85014181Fa153d
Octal2602142050243037122575
Binary1011000010001100100001010101001100011111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C85; }

 p { color: rgb(176,140,133); }

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

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

 a { background-color: rgb(176,140,133); }

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

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

 span { border-color: rgb(176,140,133); }

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