#B49086

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

Shades of Thatch #B49086

Tints of Thatch #B49086

Color information

#B49086 (or 0xB49086) is unknown color: approx Thatch. HEX triplet: B4, 90 and 86. RGB value is (180,144,134). Sum of RGB (Red+Green+Blue) = 180+144+134=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49086 is #4B6F79. Grayscale: #999999. Windows color (decimal): -4943738 or 8818868. OLE color: 8818868.

HSL color Cylindrical-coordinate representation of color #B49086: hue angle of 13.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49086 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180144134-
CMYK00.20.260.29
HSL13.04º23.47%61.57%-
HSV(B)13.04º25.56%70.59%-
XYZ33.131.3726.86-
YUV153.62116.93146.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=39.30%
G=31.44%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014413400.20.260.2913.0423.4761.57
HexB490860141A1Dd173e
Octal2642202060243235152776
Binary1011010010010000100001100101001101011101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49086; }

 p { color: rgb(180,144,134); }

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

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

 a { background-color: rgb(180,144,134); }

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

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

 span { border-color: rgb(180,144,134); }

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