Shades of Sandrift #B3997A
Tints of Sandrift #B3997A
RGB
CMYK
RGB Variations
Color information
#B3997A (or 0xB3997A) is known color: Sandrift. HEX triplet: B3, 99 and 7A. RGB value is (179,153,122). Sum of RGB (Red+Green+Blue) = 179+153+122=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3997A is #4C6685. Grayscale: #9D9D9D. Windows color (decimal): -5006982 or 8034739. OLE color: 8034739.
HSL color Cylindrical-coordinate representation of color #B3997A: hue angle of 32.63º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3997A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 122 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.30 |
| HSL | 32.63º | 0.27% | 0.59% | - |
| HSV(B) | 32.63º | 0.32% | 0.7% | - |
| XYZ | 33.49 | 33.77 | 23.17 | - |
| YUV | 157.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 122 | 0 | 0.15 | 0.32 | 0.30 | 32.63 | 0.27 | 0.59 |
| Hex | B3 | 99 | 7A | 0 | F | 20 | 1E | 21 | 1B | 3B |
| Octal | 263 | 231 | 172 | 0 | 17 | 40 | 36 | 41 | 33 | 73 |
| Binary | 10110011 | 10011001 | 1111010 | 0 | 1111 | 100000 | 11110 | 100001 | 11011 | 111011 |
Color Harmonies of #B3997A
Complementary color
Monochromatic Colors of #B3997A
Black with #B3997A
Text Example
Text Example
White with #B3997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3997A; }
p { color: rgb(179,153,122); }
H1.HeaderClassName
{
color: #B3997A;
}
.AnyTagClassName
{
color: #B3997A;
}
</style>
background-color css
<style>
a { background-color: #B3997A; }
a { background-color: rgb(179,153,122); }
div.DivClassName
{
background-color: #B3997A;
}
.BgClassName
{
background-color: #B3997A;
}
</style>
border-color css
<style>
span { border-color: #B3997A; }
span { border-color: rgb(179,153,122); }
td.TdClassName
{
border-color: #B3997A;
}
.TagClassName
{
border-color: #B3997A;
}
</style>