Shades of Sandrift #B39180
Tints of Sandrift #B39180
RGB
CMYK
RGB Variations
Color information
#B39180 (or 0xB39180) is known color: Sandrift. HEX triplet: B3, 91 and 80. RGB value is (179,145,128). Sum of RGB (Red+Green+Blue) = 179+145+128=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B39180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39180 is #4C6E7F. Grayscale: #999999. Windows color (decimal): -5009024 or 8425907. OLE color: 8425907.
HSL color Cylindrical-coordinate representation of color #B39180: hue angle of 20º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39180 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 128 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.30 |
| HSL | 20º | 0.25% | 0.6% | - |
| HSV(B) | 20º | 0.28% | 0.7% | - |
| XYZ | 32.61 | 31.39 | 24.76 | - |
| YUV | 153.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 128 | 0 | 0.19 | 0.28 | 0.30 | 20 | 0.25 | 0.6 |
| Hex | B3 | 91 | 80 | 0 | 13 | 1C | 1E | 14 | 19 | 3C |
| Octal | 263 | 221 | 200 | 0 | 23 | 34 | 36 | 24 | 31 | 74 |
| Binary | 10110011 | 10010001 | 10000000 | 0 | 10011 | 11100 | 11110 | 10100 | 11001 | 111100 |
Color Harmonies of #B39180
Complementary color
Monochromatic Colors of #B39180
Black with #B39180
Text Example
Text Example
White with #B39180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39180; }
p { color: rgb(179,145,128); }
H1.HeaderClassName
{
color: #B39180;
}
.AnyTagClassName
{
color: #B39180;
}
</style>
background-color css
<style>
a { background-color: #B39180; }
a { background-color: rgb(179,145,128); }
div.DivClassName
{
background-color: #B39180;
}
.BgClassName
{
background-color: #B39180;
}
</style>
border-color css
<style>
span { border-color: #B39180; }
span { border-color: rgb(179,145,128); }
td.TdClassName
{
border-color: #B39180;
}
.TagClassName
{
border-color: #B39180;
}
</style>