#B49475

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

Shades of Sandrift #B49475

Tints of Sandrift #B49475

Color information

#B49475 (or 0xB49475) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 75. RGB value is (180,148,117). Sum of RGB (Red+Green+Blue) = 180+148+117=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49475 is #4B6B8A. Grayscale: #9A9A9A. Windows color (decimal): -4942731 or 7705780. OLE color: 7705780.

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

Color convert

RGB180148117-
CMYK00.180.350.29
HSL29.52º29.58%58.24%-
HSV(B)29.52º35%70.59%-
XYZ32.6232.1721.32-
YUV154.03107.1146.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=40.45%
G=33.26%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014811700.180.350.2929.5229.5858.24
HexB49475012231D1e1e3a
Octal2642241650224335363672
Binary10110100100101001110101010010100011111011111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49475; }

 p { color: rgb(180,148,117); }

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

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

 a { background-color: rgb(180,148,117); }

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

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

 span { border-color: rgb(180,148,117); }

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