#B59580

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

Shades of Sandrift #B59580

Tints of Sandrift #B59580

Color information

#B59580 (or 0xB59580) is unknown color: approx Sandrift. HEX triplet: B5, 95 and 80. RGB value is (181,149,128). Sum of RGB (Red+Green+Blue) = 181+149+128=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B59580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59580 is #4A6A7F. Grayscale: #9C9C9C. Windows color (decimal): -4876928 or 8426933. OLE color: 8426933.

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

Color convert

RGB181149128-
CMYK00.180.290.29
HSL23.77º26.37%60.59%-
HSV(B)23.77º29.28%70.98%-
XYZ33.732.8824.99-
YUV156.17112.1145.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=39.52%
G=32.53%
B=27.95%

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
Decimal18114912800.180.290.2923.7726.3760.59
HexB595800121D1D181a3d
Octal2652252000223535303275
Binary10110101100101011000000001001011101111011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59580; }

 p { color: rgb(181,149,128); }

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

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

 a { background-color: rgb(181,149,128); }

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

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

 span { border-color: rgb(181,149,128); }

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