#B49B97

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

Shades of Thatch #B49B97

Tints of Thatch #B49B97

Color information

#B49B97 (or 0xB49B97) is unknown color: approx Thatch. HEX triplet: B4, 9B and 97. RGB value is (180,155,151). Sum of RGB (Red+Green+Blue) = 180+155+151=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B97 is #4B6468. Grayscale: #A2A2A2. Windows color (decimal): -4940905 or 9935796. OLE color: 9935796.

HSL color Cylindrical-coordinate representation of color #B49B97: hue angle of 8.28º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49B97 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180155151-
CMYK00.140.160.29
HSL8.28º16.2%64.9%-
HSV(B)8.28º16.11%70.59%-
XYZ36.1335.3834.2-
YUV162.02121.78140.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=37.04%
G=31.89%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015515100.140.160.298.2816.264.9
HexB49B970E101D81041
Octal26423322701620351020101
Binary1011010010011011100101110111010000111011000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B97; }

 p { color: rgb(180,155,151); }

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

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

 a { background-color: rgb(180,155,151); }

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

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

 span { border-color: rgb(180,155,151); }

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