Shades of Sandrift #B79171
Tints of Sandrift #B79171
RGB
CMYK
RGB Variations
Color information
#B79171 (or 0xB79171) is known color: Sandrift. HEX triplet: B7, 91 and 71. RGB value is (183,145,113). Sum of RGB (Red+Green+Blue) = 183+145+113=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B79171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79171 is #486E8E. Grayscale: #989898. Windows color (decimal): -4746895 or 7442871. OLE color: 7442871.
HSL color Cylindrical-coordinate representation of color #B79171: hue angle of 27.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B79171 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 113 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.28 |
| HSL | 27.43º | 0.33% | 0.58% | - |
| HSV(B) | 27.43º | 0.38% | 0.72% | - |
| XYZ | 32.63 | 31.51 | 19.98 | - |
| YUV | 152.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 113 | 0 | 0.21 | 0.38 | 0.28 | 27.43 | 0.33 | 0.58 |
| Hex | B7 | 91 | 71 | 0 | 15 | 26 | 1C | 1B | 21 | 3A |
| Octal | 267 | 221 | 161 | 0 | 25 | 46 | 34 | 33 | 41 | 72 |
| Binary | 10110111 | 10010001 | 1110001 | 0 | 10101 | 100110 | 11100 | 11011 | 100001 | 111010 |
Color Harmonies of #B79171
Complementary color
Monochromatic Colors of #B79171
Black with #B79171
Text Example
Text Example
White with #B79171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79171; }
p { color: rgb(183,145,113); }
H1.HeaderClassName
{
color: #B79171;
}
.AnyTagClassName
{
color: #B79171;
}
</style>
background-color css
<style>
a { background-color: #B79171; }
a { background-color: rgb(183,145,113); }
div.DivClassName
{
background-color: #B79171;
}
.BgClassName
{
background-color: #B79171;
}
</style>
border-color css
<style>
span { border-color: #B79171; }
span { border-color: rgb(183,145,113); }
td.TdClassName
{
border-color: #B79171;
}
.TagClassName
{
border-color: #B79171;
}
</style>