Shades of Sandrift #B59578
Tints of Sandrift #B59578
RGB
CMYK
RGB Variations
Color information
#B59578 (or 0xB59578) is known color: Sandrift. HEX triplet: B5, 95 and 78. RGB value is (181,149,120). Sum of RGB (Red+Green+Blue) = 181+149+120=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B59578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59578 is #4A6A87. Grayscale: #9B9B9B. Windows color (decimal): -4876936 or 7902645. OLE color: 7902645.
HSL color Cylindrical-coordinate representation of color #B59578: hue angle of 28.52º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59578 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 120 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.29 |
| HSL | 28.52º | 0.29% | 0.59% | - |
| HSV(B) | 28.52º | 0.34% | 0.71% | - |
| XYZ | 33.19 | 32.67 | 22.33 | - |
| YUV | 155.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 120 | 0 | 0.18 | 0.34 | 0.29 | 28.52 | 0.29 | 0.59 |
| Hex | B5 | 95 | 78 | 0 | 12 | 22 | 1D | 1D | 1D | 3B |
| Octal | 265 | 225 | 170 | 0 | 22 | 42 | 35 | 35 | 35 | 73 |
| Binary | 10110101 | 10010101 | 1111000 | 0 | 10010 | 100010 | 11101 | 11101 | 11101 | 111011 |
Color Harmonies of #B59578
Complementary color
Monochromatic Colors of #B59578
Black with #B59578
Text Example
Text Example
White with #B59578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59578; }
p { color: rgb(181,149,120); }
H1.HeaderClassName
{
color: #B59578;
}
.AnyTagClassName
{
color: #B59578;
}
</style>
background-color css
<style>
a { background-color: #B59578; }
a { background-color: rgb(181,149,120); }
div.DivClassName
{
background-color: #B59578;
}
.BgClassName
{
background-color: #B59578;
}
</style>
border-color css
<style>
span { border-color: #B59578; }
span { border-color: rgb(181,149,120); }
td.TdClassName
{
border-color: #B59578;
}
.TagClassName
{
border-color: #B59578;
}
</style>