Shades of Sandrift #B39572
Tints of Sandrift #B39572
RGB
CMYK
RGB Variations
Color information
#B39572 (or 0xB39572) is known color: Sandrift. HEX triplet: B3, 95 and 72. RGB value is (179,149,114). Sum of RGB (Red+Green+Blue) = 179+149+114=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B39572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39572 is #4C6A8D. Grayscale: #9A9A9A. Windows color (decimal): -5008014 or 7509427. OLE color: 7509427.
HSL color Cylindrical-coordinate representation of color #B39572: hue angle of 32.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B39572 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 149 | 114 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.30 |
| HSL | 32.31º | 0.3% | 0.57% | - |
| HSV(B) | 32.31º | 0.36% | 0.7% | - |
| XYZ | 32.38 | 32.29 | 20.45 | - |
| YUV | 153.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 114 | 0 | 0.17 | 0.36 | 0.30 | 32.31 | 0.3 | 0.57 |
| Hex | B3 | 95 | 72 | 0 | 11 | 24 | 1E | 20 | 1E | 39 |
| Octal | 263 | 225 | 162 | 0 | 21 | 44 | 36 | 40 | 36 | 71 |
| Binary | 10110011 | 10010101 | 1110010 | 0 | 10001 | 100100 | 11110 | 100000 | 11110 | 111001 |
Color Harmonies of #B39572
Complementary color
Monochromatic Colors of #B39572
Black with #B39572
Text Example
Text Example
White with #B39572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39572; }
p { color: rgb(179,149,114); }
H1.HeaderClassName
{
color: #B39572;
}
.AnyTagClassName
{
color: #B39572;
}
</style>
background-color css
<style>
a { background-color: #B39572; }
a { background-color: rgb(179,149,114); }
div.DivClassName
{
background-color: #B39572;
}
.BgClassName
{
background-color: #B39572;
}
</style>
border-color css
<style>
span { border-color: #B39572; }
span { border-color: rgb(179,149,114); }
td.TdClassName
{
border-color: #B39572;
}
.TagClassName
{
border-color: #B39572;
}
</style>