#B49480

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

Shades of Sandrift #B49480

Tints of Sandrift #B49480

Color information

#B49480 (or 0xB49480) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 80. RGB value is (180,148,128). Sum of RGB (Red+Green+Blue) = 180+148+128=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49480 is #4B6B7F. Grayscale: #9B9B9B. Windows color (decimal): -4942720 or 8426676. OLE color: 8426676.

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

Color convert

RGB180148128-
CMYK00.180.290.29
HSL23.08º25.74%60.39%-
HSV(B)23.08º28.89%70.59%-
XYZ33.3132.4424.93-
YUV155.29112.6145.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=39.47%
G=32.46%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014812800.180.290.2923.0825.7460.39
HexB494800121D1D171a3c
Octal2642242000223535273274
Binary10110100100101001000000001001011101111011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49480; }

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

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

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

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

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

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

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

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