Shades of Sandrift #B3917D
Tints of Sandrift #B3917D
RGB
CMYK
RGB Variations
Color information
#B3917D (or 0xB3917D) is known color: Sandrift. HEX triplet: B3, 91 and 7D. RGB value is (179,145,125). Sum of RGB (Red+Green+Blue) = 179+145+125=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3917D is #4C6E82. Grayscale: #999999. Windows color (decimal): -5009027 or 8229299. OLE color: 8229299.
HSL color Cylindrical-coordinate representation of color #B3917D: hue angle of 22.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3917D is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 125 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.30 |
| HSL | 22.22º | 0.26% | 0.6% | - |
| HSV(B) | 22.22º | 0.3% | 0.7% | - |
| XYZ | 32.42 | 31.32 | 23.74 | - |
| YUV | 152.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 125 | 0 | 0.19 | 0.30 | 0.30 | 22.22 | 0.26 | 0.6 |
| Hex | B3 | 91 | 7D | 0 | 13 | 1E | 1E | 16 | 1A | 3C |
| Octal | 263 | 221 | 175 | 0 | 23 | 36 | 36 | 26 | 32 | 74 |
| Binary | 10110011 | 10010001 | 1111101 | 0 | 10011 | 11110 | 11110 | 10110 | 11010 | 111100 |
Color Harmonies of #B3917D
Complementary color
Monochromatic Colors of #B3917D
Black with #B3917D
Text Example
Text Example
White with #B3917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3917D; }
p { color: rgb(179,145,125); }
H1.HeaderClassName
{
color: #B3917D;
}
.AnyTagClassName
{
color: #B3917D;
}
</style>
background-color css
<style>
a { background-color: #B3917D; }
a { background-color: rgb(179,145,125); }
div.DivClassName
{
background-color: #B3917D;
}
.BgClassName
{
background-color: #B3917D;
}
</style>
border-color css
<style>
span { border-color: #B3917D; }
span { border-color: rgb(179,145,125); }
td.TdClassName
{
border-color: #B3917D;
}
.TagClassName
{
border-color: #B3917D;
}
</style>