#B09C97

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

Shades of Thatch #B09C97

Tints of Thatch #B09C97

Color information

#B09C97 (or 0xB09C97) is unknown color: approx Thatch. HEX triplet: B0, 9C and 97. RGB value is (176,156,151). Sum of RGB (Red+Green+Blue) = 176+156+151=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C97 is #4F6368. Grayscale: #A1A1A1. Windows color (decimal): -5202793 or 9936048. OLE color: 9936048.

HSL color Cylindrical-coordinate representation of color #B09C97: hue angle of 12º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B09C97 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176156151-
CMYK00.110.140.31
HSL12º13.66%64.12%-
HSV(B)12º14.2%69.02%-
XYZ35.3835.2434.22-
YUV161.41122.13138.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=36.44%
G=32.30%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615615100.110.140.311213.6664.12
HexB09C970BE1Fce40
Octal26023422701316371416100
Binary10110000100111001001011101011111011111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C97; }

 p { color: rgb(176,156,151); }

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

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

 a { background-color: rgb(176,156,151); }

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

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

 span { border-color: rgb(176,156,151); }

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