#B08F8C

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

Shades of Thatch #B08F8C

Tints of Thatch #B08F8C

Color information

#B08F8C (or 0xB08F8C) is unknown color: approx Thatch. HEX triplet: B0, 8F and 8C. RGB value is (176,143,140). Sum of RGB (Red+Green+Blue) = 176+143+140=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F8C is #4F7073. Grayscale: #989898. Windows color (decimal): -5206132 or 9211824. OLE color: 9211824.

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

Color convert

RGB176143140-
CMYK00.190.200.31
HSL18.56%61.96%-
HSV(B)20.45%69.02%-
XYZ32.4630.7729.04-
YUV152.52120.93144.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=38.34%
G=31.15%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614314000.190.200.31518.5661.96
HexB08F8C013141F5133e
Octal260217214023243752376
Binary101100001000111110001100010011101001111110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F8C; }

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

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

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

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

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

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

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

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