#B49290

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

Shades of Thatch #B49290

Tints of Thatch #B49290

Color information

#B49290 (or 0xB49290) is unknown color: approx Thatch. HEX triplet: B4, 92 and 90. RGB value is (180,146,144). Sum of RGB (Red+Green+Blue) = 180+146+144=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49290 is #4B6D6F. Grayscale: #9B9B9B. Windows color (decimal): -4943216 or 9474740. OLE color: 9474740.

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

Color convert

RGB180146144-
CMYK00.190.20.29
HSL3.33º19.35%63.53%-
HSV(B)3.33º20%70.59%-
XYZ34.1432.2730.82-
YUV155.94121.26145.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=38.30%
G=31.06%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014614400.190.20.293.3319.3563.53
HexB49290013141D31340
Octal2642222200232435323100
Binary101101001001001010010000010011101001110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49290; }

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

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

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

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

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

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

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

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