#B09690

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

Shades of Thatch #B09690

Tints of Thatch #B09690

Color information

#B09690 (or 0xB09690) is unknown color: approx Thatch. HEX triplet: B0, 96 and 90. RGB value is (176,150,144). Sum of RGB (Red+Green+Blue) = 176+150+144=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09690 is #4F696F. Grayscale: #9D9D9D. Windows color (decimal): -5204336 or 9475760. OLE color: 9475760.

HSL color Cylindrical-coordinate representation of color #B09690: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09690 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176150144-
CMYK00.150.180.31
HSL11.25º16.84%62.75%-
HSV(B)11.25º18.18%69.02%-
XYZ33.8433.0630.98-
YUV157.09120.61141.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=37.45%
G=31.91%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615014400.150.180.3111.2516.8462.75
HexB096900F121Fb113f
Octal2602262200172237132177
Binary101100001001011010010000011111001011111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09690; }

 p { color: rgb(176,150,144); }

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

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

 a { background-color: rgb(176,150,144); }

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

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

 span { border-color: rgb(176,150,144); }

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