Shades of Sandrift #B59270
Tints of Sandrift #B59270
RGB
CMYK
RGB Variations
Color information
#B59270 (or 0xB59270) is known color: Sandrift. HEX triplet: B5, 92 and 70. RGB value is (181,146,112). Sum of RGB (Red+Green+Blue) = 181+146+112=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B59270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59270 is #4A6D8F. Grayscale: #989898. Windows color (decimal): -4877712 or 7377589. OLE color: 7377589.
HSL color Cylindrical-coordinate representation of color #B59270: hue angle of 29.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59270 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 112 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.29 |
| HSL | 29.57º | 0.32% | 0.57% | - |
| HSV(B) | 29.57º | 0.38% | 0.71% | - |
| XYZ | 32.26 | 31.55 | 19.72 | - |
| YUV | 152.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 112 | 0 | 0.19 | 0.38 | 0.29 | 29.57 | 0.32 | 0.57 |
| Hex | B5 | 92 | 70 | 0 | 13 | 26 | 1D | 1E | 20 | 39 |
| Octal | 265 | 222 | 160 | 0 | 23 | 46 | 35 | 36 | 40 | 71 |
| Binary | 10110101 | 10010010 | 1110000 | 0 | 10011 | 100110 | 11101 | 11110 | 100000 | 111001 |
Color Harmonies of #B59270
Complementary color
Monochromatic Colors of #B59270
Black with #B59270
Text Example
Text Example
White with #B59270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59270; }
p { color: rgb(181,146,112); }
H1.HeaderClassName
{
color: #B59270;
}
.AnyTagClassName
{
color: #B59270;
}
</style>
background-color css
<style>
a { background-color: #B59270; }
a { background-color: rgb(181,146,112); }
div.DivClassName
{
background-color: #B59270;
}
.BgClassName
{
background-color: #B59270;
}
</style>
border-color css
<style>
span { border-color: #B59270; }
span { border-color: rgb(181,146,112); }
td.TdClassName
{
border-color: #B59270;
}
.TagClassName
{
border-color: #B59270;
}
</style>