#B49E9A

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

Shades of Thatch #B49E9A

Tints of Thatch #B49E9A

Color information

#B49E9A (or 0xB49E9A) is unknown color: approx Thatch. HEX triplet: B4, 9E and 9A. RGB value is (180,158,154). Sum of RGB (Red+Green+Blue) = 180+158+154=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E9A is #4B6165. Grayscale: #A4A4A4. Windows color (decimal): -4940134 or 10133172. OLE color: 10133172.

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

Color convert

RGB180158154-
CMYK00.120.140.29
HSL9.23º14.77%65.49%-
HSV(B)9.23º14.44%70.59%-
XYZ36.8836.4935.67-
YUV164.12122.29139.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=36.59%
G=32.11%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015815400.120.140.299.2314.7765.49
HexB49E9A0CE1D9f41
Octal26423623201416351117101
Binary10110100100111101001101001100111011101100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E9A; }

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

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

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

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

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

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

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

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