#B49A95

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

Shades of Thatch #B49A95

Tints of Thatch #B49A95

Color information

#B49A95 (or 0xB49A95) is unknown color: approx Thatch. HEX triplet: B4, 9A and 95. RGB value is (180,154,149). Sum of RGB (Red+Green+Blue) = 180+154+149=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A95 is #4B656A. Grayscale: #A1A1A1. Windows color (decimal): -4941163 or 9804468. OLE color: 9804468.

HSL color Cylindrical-coordinate representation of color #B49A95: hue angle of 9.68º 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 #B49A95 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180154149-
CMYK00.140.170.29
HSL9.68º17.13%64.51%-
HSV(B)9.68º17.22%70.59%-
XYZ35.834.9833.3-
YUV161.2121.11141.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=37.27%
G=31.88%
B=30.85%

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
Decimal18015414900.140.170.299.6817.1364.51
HexB49A950E111Da1141
Octal26423222501621351221101
Binary1011010010011010100101010111010001111011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A95; }

 p { color: rgb(180,154,149); }

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

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

 a { background-color: rgb(180,154,149); }

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

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

 span { border-color: rgb(180,154,149); }

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