Shades of Sandrift #B59580
Tints of Sandrift #B59580
RGB
CMYK
RGB Variations
Color information
#B59580 (or 0xB59580) is known color: 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
| RGB | 181 | 149 | 128 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.29 |
| HSL | 23.77º | 0.26% | 0.61% | - |
| HSV(B) | 23.77º | 0.29% | 0.71% | - |
| XYZ | 33.7 | 32.88 | 24.99 | - |
| YUV | 156.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 128 | 0 | 0.18 | 0.29 | 0.29 | 23.77 | 0.26 | 0.61 |
| Hex | B5 | 95 | 80 | 0 | 12 | 1D | 1D | 18 | 1A | 3D |
| Octal | 265 | 225 | 200 | 0 | 22 | 35 | 35 | 30 | 32 | 75 |
| Binary | 10110101 | 10010101 | 10000000 | 0 | 10010 | 11101 | 11101 | 11000 | 11010 | 111101 |
Color Harmonies of #B59580
Complementary color
Monochromatic Colors of #B59580
Black with #B59580
Text Example
Text Example
White with #B59580
Text Example
Text Example
HTML Codes & Css Web 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>