Shades of Sandrift #B2997D
Tints of Sandrift #B2997D
RGB
CMYK
RGB Variations
Color information
#B2997D (or 0xB2997D) is known color: Sandrift. HEX triplet: B2, 99 and 7D. RGB value is (178,153,125). Sum of RGB (Red+Green+Blue) = 178+153+125=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2997D is #4D6682. Grayscale: #9D9D9D. Windows color (decimal): -5072515 or 8231346. OLE color: 8231346.
HSL color Cylindrical-coordinate representation of color #B2997D: hue angle of 31.7º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2997D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 125 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.30 |
| HSL | 31.7º | 0.26% | 0.59% | - |
| HSV(B) | 31.7º | 0.3% | 0.7% | - |
| XYZ | 33.45 | 33.73 | 24.15 | - |
| YUV | 157.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 125 | 0 | 0.14 | 0.30 | 0.30 | 31.7 | 0.26 | 0.59 |
| Hex | B2 | 99 | 7D | 0 | E | 1E | 1E | 20 | 1A | 3B |
| Octal | 262 | 231 | 175 | 0 | 16 | 36 | 36 | 40 | 32 | 73 |
| Binary | 10110010 | 10011001 | 1111101 | 0 | 1110 | 11110 | 11110 | 100000 | 11010 | 111011 |
Color Harmonies of #B2997D
Complementary color
Monochromatic Colors of #B2997D
Black with #B2997D
Text Example
Text Example
White with #B2997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2997D; }
p { color: rgb(178,153,125); }
H1.HeaderClassName
{
color: #B2997D;
}
.AnyTagClassName
{
color: #B2997D;
}
</style>
background-color css
<style>
a { background-color: #B2997D; }
a { background-color: rgb(178,153,125); }
div.DivClassName
{
background-color: #B2997D;
}
.BgClassName
{
background-color: #B2997D;
}
</style>
border-color css
<style>
span { border-color: #B2997D; }
span { border-color: rgb(178,153,125); }
td.TdClassName
{
border-color: #B2997D;
}
.TagClassName
{
border-color: #B2997D;
}
</style>