#B49883

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

Shades of Sandrift #B49883

Tints of Sandrift #B49883

Color information

#B49883 (or 0xB49883) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 83. RGB value is (180,152,131). Sum of RGB (Red+Green+Blue) = 180+152+131=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49883 is #4B677C. Grayscale: #9E9E9E. Windows color (decimal): -4941693 or 8624308. OLE color: 8624308.

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

Color convert

RGB180152131-
CMYK00.160.270.29
HSL25.71º24.62%60.98%-
HSV(B)25.71º27.22%70.59%-
XYZ34.1533.826.2-
YUV157.98112.78143.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=38.88%
G=32.83%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213100.160.270.2925.7124.6260.98
HexB498830101B1D1a193d
Octal2642302030203335323175
Binary10110100100110001000001101000011011111011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49883; }

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

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

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

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

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

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

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

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