#B49492

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

Shades of Thatch #B49492

Tints of Thatch #B49492

Color information

#B49492 (or 0xB49492) is unknown color: approx Thatch. HEX triplet: B4, 94 and 92. RGB value is (180,148,146). Sum of RGB (Red+Green+Blue) = 180+148+146=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B49492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49492 is #4B6B6D. Grayscale: #9D9D9D. Windows color (decimal): -4942702 or 9606324. OLE color: 9606324.

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

Color convert

RGB180148146-
CMYK00.180.190.29
HSL3.53º18.48%63.92%-
HSV(B)3.53º18.89%70.59%-
XYZ34.632.9631.73-
YUV157.34121.6144.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=37.97%
G=31.22%
B=30.80%

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
Decimal18014814600.180.190.293.5318.4863.92
HexB49492012131D41240
Octal2642242220222335422100
Binary1011010010010100100100100100101001111101100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49492; }

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

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

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

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

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

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

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

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