#B49792

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

Shades of Thatch #B49792

Tints of Thatch #B49792

Color information

#B49792 (or 0xB49792) is unknown color: approx Thatch. HEX triplet: B4, 97 and 92. RGB value is (180,151,146). Sum of RGB (Red+Green+Blue) = 180+151+146=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49792 is #4B686D. Grayscale: #9F9F9F. Windows color (decimal): -4941934 or 9607092. OLE color: 9607092.

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

Color convert

RGB180151146-
CMYK00.160.190.29
HSL8.82º18.48%63.92%-
HSV(B)8.82º18.89%70.59%-
XYZ35.0833.9131.89-
YUV159.1120.61142.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=37.74%
G=31.66%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015114600.160.190.298.8218.4863.92
HexB49792010131D91240
Octal26422722202023351122100
Binary10110100100101111001001001000010011111011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49792; }

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

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

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

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

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

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

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

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