Shades of Sandrift #B2927C
Tints of Sandrift #B2927C
RGB
CMYK
RGB Variations
Color information
#B2927C (or 0xB2927C) is known color: Sandrift. HEX triplet: B2, 92 and 7C. RGB value is (178,146,124). Sum of RGB (Red+Green+Blue) = 178+146+124=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2927C is #4D6D83. Grayscale: #999999. Windows color (decimal): -5074308 or 8164018. OLE color: 8164018.
HSL color Cylindrical-coordinate representation of color #B2927C: hue angle of 24.44º 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 #B2927C is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 124 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.30 |
| HSL | 24.44º | 0.26% | 0.59% | - |
| HSV(B) | 24.44º | 0.3% | 0.7% | - |
| XYZ | 32.28 | 31.48 | 23.44 | - |
| YUV | 153.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 124 | 0 | 0.18 | 0.30 | 0.30 | 24.44 | 0.26 | 0.59 |
| Hex | B2 | 92 | 7C | 0 | 12 | 1E | 1E | 18 | 1A | 3B |
| Octal | 262 | 222 | 174 | 0 | 22 | 36 | 36 | 30 | 32 | 73 |
| Binary | 10110010 | 10010010 | 1111100 | 0 | 10010 | 11110 | 11110 | 11000 | 11010 | 111011 |
Color Harmonies of #B2927C
Complementary color
Monochromatic Colors of #B2927C
Black with #B2927C
Text Example
Text Example
White with #B2927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2927C; }
p { color: rgb(178,146,124); }
H1.HeaderClassName
{
color: #B2927C;
}
.AnyTagClassName
{
color: #B2927C;
}
</style>
background-color css
<style>
a { background-color: #B2927C; }
a { background-color: rgb(178,146,124); }
div.DivClassName
{
background-color: #B2927C;
}
.BgClassName
{
background-color: #B2927C;
}
</style>
border-color css
<style>
span { border-color: #B2927C; }
span { border-color: rgb(178,146,124); }
td.TdClassName
{
border-color: #B2927C;
}
.TagClassName
{
border-color: #B2927C;
}
</style>