#B49875

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

Shades of Sandrift #B49875

Tints of Sandrift #B49875

Color information

#B49875 (or 0xB49875) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 75. RGB value is (180,152,117). Sum of RGB (Red+Green+Blue) = 180+152+117=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49875 is #4B678A. Grayscale: #9C9C9C. Windows color (decimal): -4941707 or 7706804. OLE color: 7706804.

HSL color Cylindrical-coordinate representation of color #B49875: hue angle of 33.33º 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 #B49875 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180152117-
CMYK00.160.350.29
HSL33.33º29.58%58.24%-
HSV(B)33.33º35%70.59%-
XYZ33.2633.4421.53-
YUV156.38105.78144.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=40.09%
G=33.85%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015211700.160.350.2933.3329.5858.24
HexB49875010231D211e3a
Octal2642301650204335413672
Binary101101001001100011101010100001000111110110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49875; }

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

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

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

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

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

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

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

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