#B49A94

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

Shades of Thatch #B49A94

Tints of Thatch #B49A94

Color information

#B49A94 (or 0xB49A94) is unknown color: approx Thatch. HEX triplet: B4, 9A and 94. RGB value is (180,154,148). Sum of RGB (Red+Green+Blue) = 180+154+148=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A94 is #4B656B. Grayscale: #A1A1A1. Windows color (decimal): -4941164 or 9738932. OLE color: 9738932.

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

Color convert

RGB180154148-
CMYK00.140.180.29
HSL11.25º17.58%64.31%-
HSV(B)11.25º17.78%70.59%-
XYZ35.7234.9532.88-
YUV161.09120.61141.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=37.34%
G=31.95%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015414800.140.180.2911.2517.5864.31
HexB49A940E121Db1240
Octal26423222401622351322100
Binary1011010010011010100101000111010010111011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A94; }

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

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

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

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

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

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

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

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