#B49795

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

Shades of Thatch #B49795

Tints of Thatch #B49795

Color information

#B49795 (or 0xB49795) is unknown color: approx Thatch. HEX triplet: B4, 97 and 95. RGB value is (180,151,149). Sum of RGB (Red+Green+Blue) = 180+151+149=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B49795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49795 is #4B686A. Grayscale: #9F9F9F. Windows color (decimal): -4941931 or 9803700. OLE color: 9803700.

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

Color convert

RGB180151149-
CMYK00.160.170.29
HSL3.87º17.13%64.51%-
HSV(B)3.87º17.22%70.59%-
XYZ35.3134.0133.14-
YUV159.44122.11142.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=37.5%
G=31.46%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015114900.160.170.293.8717.1364.51
HexB49795010111D41141
Octal2642272250202135421101
Binary1011010010010111100101010100001000111101100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49795; }

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

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

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

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

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

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

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

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