#B49B96

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

Shades of Thatch #B49B96

Tints of Thatch #B49B96

Color information

#B49B96 (or 0xB49B96) is unknown color: approx Thatch. HEX triplet: B4, 9B and 96. RGB value is (180,155,150). Sum of RGB (Red+Green+Blue) = 180+155+150=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B96 is #4B6469. Grayscale: #A1A1A1. Windows color (decimal): -4940906 or 9870260. OLE color: 9870260.

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

Color convert

RGB180155150-
CMYK00.140.170.29
HSL10º16.67%64.71%-
HSV(B)10º16.67%70.59%-
XYZ36.0535.3533.78-
YUV161.9121.28140.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=37.11%
G=31.96%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015515000.140.170.291016.6764.71
HexB49B960E111Da1141
Octal26423322601621351221101
Binary1011010010011011100101100111010001111011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B96; }

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

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

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

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

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

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

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

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