Shades of Sandrift #B5997B
Tints of Sandrift #B5997B
RGB
CMYK
RGB Variations
Color information
#B5997B (or 0xB5997B) is known color: Sandrift. HEX triplet: B5, 99 and 7B. RGB value is (181,153,123). Sum of RGB (Red+Green+Blue) = 181+153+123=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997B is #4A6684. Grayscale: #9E9E9E. Windows color (decimal): -4875909 or 8100277. OLE color: 8100277.
HSL color Cylindrical-coordinate representation of color #B5997B: hue angle of 31.03º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5997B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 123 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.29 |
| HSL | 31.03º | 0.28% | 0.6% | - |
| HSV(B) | 31.03º | 0.32% | 0.71% | - |
| XYZ | 34.02 | 34.04 | 23.52 | - |
| YUV | 157.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 123 | 0 | 0.15 | 0.32 | 0.29 | 31.03 | 0.28 | 0.6 |
| Hex | B5 | 99 | 7B | 0 | F | 20 | 1D | 1F | 1C | 3C |
| Octal | 265 | 231 | 173 | 0 | 17 | 40 | 35 | 37 | 34 | 74 |
| Binary | 10110101 | 10011001 | 1111011 | 0 | 1111 | 100000 | 11101 | 11111 | 11100 | 111100 |
Color Harmonies of #B5997B
Complementary color
Monochromatic Colors of #B5997B
Black with #B5997B
Text Example
Text Example
White with #B5997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5997B; }
p { color: rgb(181,153,123); }
H1.HeaderClassName
{
color: #B5997B;
}
.AnyTagClassName
{
color: #B5997B;
}
</style>
background-color css
<style>
a { background-color: #B5997B; }
a { background-color: rgb(181,153,123); }
div.DivClassName
{
background-color: #B5997B;
}
.BgClassName
{
background-color: #B5997B;
}
</style>
border-color css
<style>
span { border-color: #B5997B; }
span { border-color: rgb(181,153,123); }
td.TdClassName
{
border-color: #B5997B;
}
.TagClassName
{
border-color: #B5997B;
}
</style>