#B49280

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

Shades of Sandrift #B49280

Tints of Sandrift #B49280

Color information

#B49280 (or 0xB49280) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 80. RGB value is (180,146,128). Sum of RGB (Red+Green+Blue) = 180+146+128=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B49280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49280 is #4B6D7F. Grayscale: #9A9A9A. Windows color (decimal): -4943232 or 8426164. OLE color: 8426164.

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

Color convert

RGB180146128-
CMYK00.190.290.29
HSL20.77º25.74%60.39%-
HSV(B)20.77º28.89%70.59%-
XYZ3331.8224.82-
YUV154.11113.26146.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=39.65%
G=32.16%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014612800.190.290.2920.7725.7460.39
HexB492800131D1D151a3c
Octal2642222000233535253274
Binary10110100100100101000000001001111101111011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49280; }

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

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

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

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

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

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

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

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