Shades of Sandrift #B2977F
Tints of Sandrift #B2977F
RGB
CMYK
RGB Variations
Color information
#B2977F (or 0xB2977F) is known color: Sandrift. HEX triplet: B2, 97 and 7F. RGB value is (178,151,127). Sum of RGB (Red+Green+Blue) = 178+151+127=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2977F is #4D6880. Grayscale: #9C9C9C. Windows color (decimal): -5073025 or 8361906. OLE color: 8361906.
HSL color Cylindrical-coordinate representation of color #B2977F: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2977F is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 127 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.30 |
| HSL | 28.24º | 0.25% | 0.6% | - |
| HSV(B) | 28.24º | 0.29% | 0.7% | - |
| XYZ | 33.26 | 33.13 | 24.72 | - |
| YUV | 156.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 127 | 0 | 0.15 | 0.29 | 0.30 | 28.24 | 0.25 | 0.6 |
| Hex | B2 | 97 | 7F | 0 | F | 1D | 1E | 1C | 19 | 3C |
| Octal | 262 | 227 | 177 | 0 | 17 | 35 | 36 | 34 | 31 | 74 |
| Binary | 10110010 | 10010111 | 1111111 | 0 | 1111 | 11101 | 11110 | 11100 | 11001 | 111100 |
Color Harmonies of #B2977F
Complementary color
Monochromatic Colors of #B2977F
Black with #B2977F
Text Example
Text Example
White with #B2977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2977F; }
p { color: rgb(178,151,127); }
H1.HeaderClassName
{
color: #B2977F;
}
.AnyTagClassName
{
color: #B2977F;
}
</style>
background-color css
<style>
a { background-color: #B2977F; }
a { background-color: rgb(178,151,127); }
div.DivClassName
{
background-color: #B2977F;
}
.BgClassName
{
background-color: #B2977F;
}
</style>
border-color css
<style>
span { border-color: #B2977F; }
span { border-color: rgb(178,151,127); }
td.TdClassName
{
border-color: #B2977F;
}
.TagClassName
{
border-color: #B2977F;
}
</style>