#B49491

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

Shades of Thatch #B49491

Tints of Thatch #B49491

Color information

#B49491 (or 0xB49491) is unknown color: approx Thatch. HEX triplet: B4, 94 and 91. RGB value is (180,148,145). Sum of RGB (Red+Green+Blue) = 180+148+145=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49491 is #4B6B6E. Grayscale: #9D9D9D. Windows color (decimal): -4942703 or 9540788. OLE color: 9540788.

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

Color convert

RGB180148145-
CMYK00.180.190.29
HSL5.14º18.92%63.73%-
HSV(B)5.14º19.44%70.59%-
XYZ34.5232.9331.32-
YUV157.23121.1144.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=38.05%
G=31.29%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014814500.180.190.295.1418.9263.73
HexB49491012131D51340
Octal2642242210222335523100
Binary1011010010010100100100010100101001111101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49491; }

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

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

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

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

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

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

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

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