Shades of Sandrift #B2917E
Tints of Sandrift #B2917E
RGB
CMYK
RGB Variations
Color information
#B2917E (or 0xB2917E) is known color: Sandrift. HEX triplet: B2, 91 and 7E. RGB value is (178,145,126). Sum of RGB (Red+Green+Blue) = 178+145+126=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2917E is #4D6E81. Grayscale: #989898. Windows color (decimal): -5074562 or 8294834. OLE color: 8294834.
HSL color Cylindrical-coordinate representation of color #B2917E: hue angle of 21.92º 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 #B2917E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 126 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.30 |
| HSL | 21.92º | 0.25% | 0.6% | - |
| HSV(B) | 21.92º | 0.29% | 0.7% | - |
| XYZ | 32.25 | 31.22 | 24.07 | - |
| YUV | 152.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 126 | 0 | 0.19 | 0.29 | 0.30 | 21.92 | 0.25 | 0.6 |
| Hex | B2 | 91 | 7E | 0 | 13 | 1D | 1E | 16 | 19 | 3C |
| Octal | 262 | 221 | 176 | 0 | 23 | 35 | 36 | 26 | 31 | 74 |
| Binary | 10110010 | 10010001 | 1111110 | 0 | 10011 | 11101 | 11110 | 10110 | 11001 | 111100 |
Color Harmonies of #B2917E
Complementary color
Monochromatic Colors of #B2917E
Black with #B2917E
Text Example
Text Example
White with #B2917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2917E; }
p { color: rgb(178,145,126); }
H1.HeaderClassName
{
color: #B2917E;
}
.AnyTagClassName
{
color: #B2917E;
}
</style>
background-color css
<style>
a { background-color: #B2917E; }
a { background-color: rgb(178,145,126); }
div.DivClassName
{
background-color: #B2917E;
}
.BgClassName
{
background-color: #B2917E;
}
</style>
border-color css
<style>
span { border-color: #B2917E; }
span { border-color: rgb(178,145,126); }
td.TdClassName
{
border-color: #B2917E;
}
.TagClassName
{
border-color: #B2917E;
}
</style>