Shades of Sandrift #B3917C
Tints of Sandrift #B3917C
RGB
CMYK
RGB Variations
Color information
#B3917C (or 0xB3917C) is known color: Sandrift. HEX triplet: B3, 91 and 7C. RGB value is (179,145,124). Sum of RGB (Red+Green+Blue) = 179+145+124=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3917C is #4C6E83. Grayscale: #989898. Windows color (decimal): -5009028 or 8163763. OLE color: 8163763.
HSL color Cylindrical-coordinate representation of color #B3917C: hue angle of 22.91º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3917C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 124 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.30 |
| HSL | 22.91º | 0.27% | 0.59% | - |
| HSV(B) | 22.91º | 0.31% | 0.7% | - |
| XYZ | 32.35 | 31.29 | 23.4 | - |
| YUV | 152.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 124 | 0 | 0.19 | 0.31 | 0.30 | 22.91 | 0.27 | 0.59 |
| Hex | B3 | 91 | 7C | 0 | 13 | 1F | 1E | 17 | 1B | 3B |
| Octal | 263 | 221 | 174 | 0 | 23 | 37 | 36 | 27 | 33 | 73 |
| Binary | 10110011 | 10010001 | 1111100 | 0 | 10011 | 11111 | 11110 | 10111 | 11011 | 111011 |
Color Harmonies of #B3917C
Complementary color
Monochromatic Colors of #B3917C
Black with #B3917C
Text Example
Text Example
White with #B3917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3917C; }
p { color: rgb(179,145,124); }
H1.HeaderClassName
{
color: #B3917C;
}
.AnyTagClassName
{
color: #B3917C;
}
</style>
background-color css
<style>
a { background-color: #B3917C; }
a { background-color: rgb(179,145,124); }
div.DivClassName
{
background-color: #B3917C;
}
.BgClassName
{
background-color: #B3917C;
}
</style>
border-color css
<style>
span { border-color: #B3917C; }
span { border-color: rgb(179,145,124); }
td.TdClassName
{
border-color: #B3917C;
}
.TagClassName
{
border-color: #B3917C;
}
</style>