#B59479

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

Shades of Sandrift #B59479

Tints of Sandrift #B59479

Color information

#B59479 (or 0xB59479) is unknown color: approx Sandrift. HEX triplet: B5, 94 and 79. RGB value is (181,148,121). Sum of RGB (Red+Green+Blue) = 181+148+121=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B59479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59479 is #4A6B86. Grayscale: #9A9A9A. Windows color (decimal): -4877191 or 7967925. OLE color: 7967925.

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

Color convert

RGB181148121-
CMYK00.180.330.29
HSL27º28.85%59.22%-
HSV(B)27º33.15%70.98%-
XYZ33.132.3822.6-
YUV154.79108.93146.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=40.22%
G=32.89%
B=26.89%

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
Decimal18114812100.180.330.292728.8559.22
HexB59479012211D1b1d3b
Octal2652241710224135333573
Binary10110101100101001111001010010100001111011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59479; }

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

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

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

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

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

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

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

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