#B49994

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

Shades of Thatch #B49994

Tints of Thatch #B49994

Color information

#B49994 (or 0xB49994) is unknown color: approx Thatch. HEX triplet: B4, 99 and 94. RGB value is (180,153,148). Sum of RGB (Red+Green+Blue) = 180+153+148=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B49994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49994 is #4B666B. Grayscale: #A0A0A0. Windows color (decimal): -4941420 or 9738676. OLE color: 9738676.

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

Color convert

RGB180153148-
CMYK00.150.180.29
HSL9.38º17.58%64.31%-
HSV(B)9.38º17.78%70.59%-
XYZ35.5634.6232.83-
YUV160.5120.95141.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=37.42%
G=31.81%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015314800.150.180.299.3817.5864.31
HexB499940F121D91240
Octal26423122401722351122100
Binary1011010010011001100101000111110010111011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49994; }

 p { color: rgb(180,153,148); }

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

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

 a { background-color: rgb(180,153,148); }

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

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

 span { border-color: rgb(180,153,148); }

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