Shades of Sandrift #B2927E
Tints of Sandrift #B2927E
RGB
CMYK
RGB Variations
Color information
#B2927E (or 0xB2927E) is known color: Sandrift. HEX triplet: B2, 92 and 7E. RGB value is (178,146,126). Sum of RGB (Red+Green+Blue) = 178+146+126=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2927E is #4D6D81. Grayscale: #999999. Windows color (decimal): -5074306 or 8295090. OLE color: 8295090.
HSL color Cylindrical-coordinate representation of color #B2927E: hue angle of 23.08º 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 #B2927E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 126 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.30 |
| HSL | 23.08º | 0.25% | 0.6% | - |
| HSV(B) | 23.08º | 0.29% | 0.7% | - |
| XYZ | 32.4 | 31.53 | 24.12 | - |
| YUV | 153.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 126 | 0 | 0.18 | 0.29 | 0.30 | 23.08 | 0.25 | 0.6 |
| Hex | B2 | 92 | 7E | 0 | 12 | 1D | 1E | 17 | 19 | 3C |
| Octal | 262 | 222 | 176 | 0 | 22 | 35 | 36 | 27 | 31 | 74 |
| Binary | 10110010 | 10010010 | 1111110 | 0 | 10010 | 11101 | 11110 | 10111 | 11001 | 111100 |
Color Harmonies of #B2927E
Complementary color
Monochromatic Colors of #B2927E
Black with #B2927E
Text Example
Text Example
White with #B2927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2927E; }
p { color: rgb(178,146,126); }
H1.HeaderClassName
{
color: #B2927E;
}
.AnyTagClassName
{
color: #B2927E;
}
</style>
background-color css
<style>
a { background-color: #B2927E; }
a { background-color: rgb(178,146,126); }
div.DivClassName
{
background-color: #B2927E;
}
.BgClassName
{
background-color: #B2927E;
}
</style>
border-color css
<style>
span { border-color: #B2927E; }
span { border-color: rgb(178,146,126); }
td.TdClassName
{
border-color: #B2927E;
}
.TagClassName
{
border-color: #B2927E;
}
</style>