#B19A97

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

Shades of Thatch #B19A97

Tints of Thatch #B19A97

Color information

#B19A97 (or 0xB19A97) is unknown color: approx Thatch. HEX triplet: B1, 9A and 97. RGB value is (177,154,151). Sum of RGB (Red+Green+Blue) = 177+154+151=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A97 is #4E6568. Grayscale: #A0A0A0. Windows color (decimal): -5137769 or 9935537. OLE color: 9935537.

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

Color convert

RGB177154151-
CMYK00.130.150.31
HSL6.92º14.29%64.31%-
HSV(B)6.92º14.69%69.41%-
XYZ35.2734.6934.12-
YUV160.54122.62139.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=36.72%
G=31.95%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715415100.130.150.316.9214.2964.31
HexB19A970DF1F7e40
Octal2612322270151737716100
Binary1011000110011010100101110110111111111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A97; }

 p { color: rgb(177,154,151); }

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

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

 a { background-color: rgb(177,154,151); }

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

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

 span { border-color: rgb(177,154,151); }

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