#B49170

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

Shades of Sandrift #B49170

Tints of Sandrift #B49170

Color information

#B49170 (or 0xB49170) is unknown color: approx Sandrift. HEX triplet: B4, 91 and 70. RGB value is (180,145,112). Sum of RGB (Red+Green+Blue) = 180+145+112=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49170 is #4B6E8F. Grayscale: #979797. Windows color (decimal): -4943504 or 7377332. OLE color: 7377332.

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

Color convert

RGB180145112-
CMYK00.190.380.29
HSL29.12º31.19%57.25%-
HSV(B)29.12º37.78%70.59%-
XYZ31.8731.1219.66-
YUV151.7105.6148.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=41.19%
G=33.18%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014511200.190.380.2929.1231.1957.25
HexB49170013261D1d1f39
Octal2642211600234635353771
Binary10110100100100011110000010011100110111011110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49170; }

 p { color: rgb(180,145,112); }

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

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

 a { background-color: rgb(180,145,112); }

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

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

 span { border-color: rgb(180,145,112); }

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