#B49490

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

Shades of Thatch #B49490

Tints of Thatch #B49490

Color information

#B49490 (or 0xB49490) is unknown color: approx Thatch. HEX triplet: B4, 94 and 90. RGB value is (180,148,144). Sum of RGB (Red+Green+Blue) = 180+148+144=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49490 is #4B6B6F. Grayscale: #9D9D9D. Windows color (decimal): -4942704 or 9475252. OLE color: 9475252.

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

Color convert

RGB180148144-
CMYK00.180.20.29
HSL6.67º19.35%63.53%-
HSV(B)6.67º20%70.59%-
XYZ34.4532.930.92-
YUV157.11120.6144.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=38.14%
G=31.36%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014814400.180.20.296.6719.3563.53
HexB49490012141D71340
Octal2642242200222435723100
Binary1011010010010100100100000100101010011101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49490; }

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

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

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

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

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

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

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

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