#B49880

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

Shades of Sandrift #B49880

Tints of Sandrift #B49880

Color information

#B49880 (or 0xB49880) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 80. RGB value is (180,152,128). Sum of RGB (Red+Green+Blue) = 180+152+128=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49880 is #4B677F. Grayscale: #9D9D9D. Windows color (decimal): -4941696 or 8427700. OLE color: 8427700.

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

Color convert

RGB180152128-
CMYK00.160.290.29
HSL27.69º25.74%60.39%-
HSV(B)27.69º28.89%70.59%-
XYZ33.9533.7225.14-
YUV157.64111.28143.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=39.13%
G=33.04%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015212800.160.290.2927.6925.7460.39
HexB498800101D1D1c1a3c
Octal2642302000203535343274
Binary10110100100110001000000001000011101111011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49880; }

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

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

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

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

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

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

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

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