#B49592

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

Shades of Thatch #B49592

Tints of Thatch #B49592

Color information

#B49592 (or 0xB49592) is unknown color: approx Thatch. HEX triplet: B4, 95 and 92. RGB value is (180,149,146). Sum of RGB (Red+Green+Blue) = 180+149+146=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B49592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49592 is #4B6A6D. Grayscale: #9D9D9D. Windows color (decimal): -4942446 or 9606580. OLE color: 9606580.

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

Color convert

RGB180149146-
CMYK00.170.190.29
HSL5.29º18.48%63.92%-
HSV(B)5.29º18.89%70.59%-
XYZ34.7633.2731.78-
YUV157.93121.27143.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=37.89%
G=31.37%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014914600.170.190.295.2918.4863.92
HexB49592011131D51240
Octal2642252220212335522100
Binary1011010010010101100100100100011001111101101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49592; }

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

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

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

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

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

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

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

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