#B49479

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

Shades of Sandrift #B49479

Tints of Sandrift #B49479

Color information

#B49479 (or 0xB49479) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 79. RGB value is (180,148,121). Sum of RGB (Red+Green+Blue) = 180+148+121=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49479 is #4B6B86. Grayscale: #9A9A9A. Windows color (decimal): -4942727 or 7967924. OLE color: 7967924.

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

Color convert

RGB180148121-
CMYK00.180.330.29
HSL27.46º28.23%59.02%-
HSV(B)27.46º32.78%70.59%-
XYZ32.8632.2622.58-
YUV154.49109.1146.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=40.09%
G=32.96%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014812100.180.330.2927.4628.2359.02
HexB49479012211D1b1c3b
Octal2642241710224135333473
Binary10110100100101001111001010010100001111011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49479; }

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

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

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

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

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

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

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

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