Shades of Sandrift #B1997B
Tints of Sandrift #B1997B
RGB
CMYK
RGB Variations
Color information
#B1997B (or 0xB1997B) is known color: Sandrift. HEX triplet: B1, 99 and 7B. RGB value is (177,153,123). Sum of RGB (Red+Green+Blue) = 177+153+123=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1997B is #4E6684. Grayscale: #9C9C9C. Windows color (decimal): -5138053 or 8100273. OLE color: 8100273.
HSL color Cylindrical-coordinate representation of color #B1997B: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1997B is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 123 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.31 |
| HSL | 33.33º | 0.26% | 0.59% | - |
| HSV(B) | 33.33º | 0.31% | 0.69% | - |
| XYZ | 33.1 | 33.56 | 23.47 | - |
| YUV | 156.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 123 | 0 | 0.14 | 0.31 | 0.31 | 33.33 | 0.26 | 0.59 |
| Hex | B1 | 99 | 7B | 0 | E | 1F | 1F | 21 | 1A | 3B |
| Octal | 261 | 231 | 173 | 0 | 16 | 37 | 37 | 41 | 32 | 73 |
| Binary | 10110001 | 10011001 | 1111011 | 0 | 1110 | 11111 | 11111 | 100001 | 11010 | 111011 |
Color Harmonies of #B1997B
Complementary color
Monochromatic Colors of #B1997B
Black with #B1997B
Text Example
Text Example
White with #B1997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1997B; }
p { color: rgb(177,153,123); }
H1.HeaderClassName
{
color: #B1997B;
}
.AnyTagClassName
{
color: #B1997B;
}
</style>
background-color css
<style>
a { background-color: #B1997B; }
a { background-color: rgb(177,153,123); }
div.DivClassName
{
background-color: #B1997B;
}
.BgClassName
{
background-color: #B1997B;
}
</style>
border-color css
<style>
span { border-color: #B1997B; }
span { border-color: rgb(177,153,123); }
td.TdClassName
{
border-color: #B1997B;
}
.TagClassName
{
border-color: #B1997B;
}
</style>