Shades of Sandrift #B39983
Tints of Sandrift #B39983
RGB
CMYK
RGB Variations
Color information
#B39983 (or 0xB39983) is known color: Sandrift. HEX triplet: B3, 99 and 83. RGB value is (179,153,131). Sum of RGB (Red+Green+Blue) = 179+153+131=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B39983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39983 is #4C667C. Grayscale: #9E9E9E. Windows color (decimal): -5006973 or 8624563. OLE color: 8624563.
HSL color Cylindrical-coordinate representation of color #B39983: hue angle of 27.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B39983 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 131 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.30 |
| HSL | 27.5º | 0.24% | 0.61% | - |
| HSV(B) | 27.5º | 0.27% | 0.7% | - |
| XYZ | 34.08 | 34 | 26.24 | - |
| YUV | 158.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 131 | 0 | 0.15 | 0.27 | 0.30 | 27.5 | 0.24 | 0.61 |
| Hex | B3 | 99 | 83 | 0 | F | 1B | 1E | 1C | 18 | 3D |
| Octal | 263 | 231 | 203 | 0 | 17 | 33 | 36 | 34 | 30 | 75 |
| Binary | 10110011 | 10011001 | 10000011 | 0 | 1111 | 11011 | 11110 | 11100 | 11000 | 111101 |
Color Harmonies of #B39983
Complementary color
Monochromatic Colors of #B39983
Black with #B39983
Text Example
Text Example
White with #B39983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39983; }
p { color: rgb(179,153,131); }
H1.HeaderClassName
{
color: #B39983;
}
.AnyTagClassName
{
color: #B39983;
}
</style>
background-color css
<style>
a { background-color: #B39983; }
a { background-color: rgb(179,153,131); }
div.DivClassName
{
background-color: #B39983;
}
.BgClassName
{
background-color: #B39983;
}
</style>
border-color css
<style>
span { border-color: #B39983; }
span { border-color: rgb(179,153,131); }
td.TdClassName
{
border-color: #B39983;
}
.TagClassName
{
border-color: #B39983;
}
</style>