#B49289

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

Shades of Thatch #B49289

Tints of Thatch #B49289

Color information

#B49289 (or 0xB49289) is unknown color: approx Thatch. HEX triplet: B4, 92 and 89. RGB value is (180,146,137). Sum of RGB (Red+Green+Blue) = 180+146+137=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49289 is #4B6D76. Grayscale: #9B9B9B. Windows color (decimal): -4943223 or 9015988. OLE color: 9015988.

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

Color convert

RGB180146137-
CMYK00.190.240.29
HSL12.56º22.28%62.16%-
HSV(B)12.56º23.89%70.59%-
XYZ33.6232.0728.08-
YUV155.14117.76145.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=38.88%
G=31.53%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014613700.190.240.2912.5622.2862.16
HexB49289013181Dd163e
Octal2642222110233035152676
Binary1011010010010010100010010100111100011101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49289; }

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

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

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

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

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

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

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

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