#B49173

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

Shades of Sandrift #B49173

Tints of Sandrift #B49173

Color information

#B49173 (or 0xB49173) is unknown color: approx Sandrift. HEX triplet: B4, 91 and 73. RGB value is (180,145,115). Sum of RGB (Red+Green+Blue) = 180+145+115=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49173 is #4B6E8C. Grayscale: #989898. Windows color (decimal): -4943501 or 7573940. OLE color: 7573940.

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

Color convert

RGB180145115-
CMYK00.190.360.29
HSL27.69º30.23%57.84%-
HSV(B)27.69º36.11%70.59%-
XYZ32.0431.1920.55-
YUV152.05107.1147.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=40.91%
G=32.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014511500.190.360.2927.6930.2357.84
HexB49173013241D1c1e3a
Octal2642211630234435343672
Binary10110100100100011110011010011100100111011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49173; }

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

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

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

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

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

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

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

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