#B49882

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

Shades of Sandrift #B49882

Tints of Sandrift #B49882

Color information

#B49882 (or 0xB49882) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 82. RGB value is (180,152,130). Sum of RGB (Red+Green+Blue) = 180+152+130=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49882 is #4B677D. Grayscale: #9D9D9D. Windows color (decimal): -4941694 or 8558772. OLE color: 8558772.

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

Color convert

RGB180152130-
CMYK00.160.280.29
HSL26.4º25%60.78%-
HSV(B)26.4º27.78%70.59%-
XYZ34.0833.7725.84-
YUV157.86112.28143.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=38.96%
G=32.90%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213000.160.280.2926.42560.78
HexB498820101C1D1a193d
Octal2642302020203435323175
Binary10110100100110001000001001000011100111011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49882; }

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

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

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

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

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

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

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

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