Shades of Sandrift #B59572
Tints of Sandrift #B59572
RGB
CMYK
RGB Variations
Color information
#B59572 (or 0xB59572) is known color: Sandrift. HEX triplet: B5, 95 and 72. RGB value is (181,149,114). Sum of RGB (Red+Green+Blue) = 181+149+114=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B59572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59572 is #4A6A8D. Grayscale: #9A9A9A. Windows color (decimal): -4876942 or 7509429. OLE color: 7509429.
HSL color Cylindrical-coordinate representation of color #B59572: hue angle of 31.34º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B59572 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 114 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.29 |
| HSL | 31.34º | 0.31% | 0.58% | - |
| HSV(B) | 31.34º | 0.37% | 0.71% | - |
| XYZ | 32.84 | 32.53 | 20.47 | - |
| YUV | 154.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 114 | 0 | 0.18 | 0.37 | 0.29 | 31.34 | 0.31 | 0.58 |
| Hex | B5 | 95 | 72 | 0 | 12 | 25 | 1D | 1F | 1F | 3A |
| Octal | 265 | 225 | 162 | 0 | 22 | 45 | 35 | 37 | 37 | 72 |
| Binary | 10110101 | 10010101 | 1110010 | 0 | 10010 | 100101 | 11101 | 11111 | 11111 | 111010 |
Color Harmonies of #B59572
Complementary color
Monochromatic Colors of #B59572
Black with #B59572
Text Example
Text Example
White with #B59572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59572; }
p { color: rgb(181,149,114); }
H1.HeaderClassName
{
color: #B59572;
}
.AnyTagClassName
{
color: #B59572;
}
</style>
background-color css
<style>
a { background-color: #B59572; }
a { background-color: rgb(181,149,114); }
div.DivClassName
{
background-color: #B59572;
}
.BgClassName
{
background-color: #B59572;
}
</style>
border-color css
<style>
span { border-color: #B59572; }
span { border-color: rgb(181,149,114); }
td.TdClassName
{
border-color: #B59572;
}
.TagClassName
{
border-color: #B59572;
}
</style>