Shades of Sandrift #B2907C
Tints of Sandrift #B2907C
RGB
CMYK
RGB Variations
Color information
#B2907C (or 0xB2907C) is known color: Sandrift. HEX triplet: B2, 90 and 7C. RGB value is (178,144,124). Sum of RGB (Red+Green+Blue) = 178+144+124=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2907C is #4D6F83. Grayscale: #989898. Windows color (decimal): -5074820 or 8163506. OLE color: 8163506.
HSL color Cylindrical-coordinate representation of color #B2907C: hue angle of 22.22º 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 #B2907C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 124 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.30 |
| HSL | 22.22º | 0.26% | 0.59% | - |
| HSV(B) | 22.22º | 0.3% | 0.7% | - |
| XYZ | 31.97 | 30.87 | 23.34 | - |
| YUV | 151.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 124 | 0 | 0.19 | 0.30 | 0.30 | 22.22 | 0.26 | 0.59 |
| Hex | B2 | 90 | 7C | 0 | 13 | 1E | 1E | 16 | 1A | 3B |
| Octal | 262 | 220 | 174 | 0 | 23 | 36 | 36 | 26 | 32 | 73 |
| Binary | 10110010 | 10010000 | 1111100 | 0 | 10011 | 11110 | 11110 | 10110 | 11010 | 111011 |
Color Harmonies of #B2907C
Complementary color
Monochromatic Colors of #B2907C
Black with #B2907C
Text Example
Text Example
White with #B2907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2907C; }
p { color: rgb(178,144,124); }
H1.HeaderClassName
{
color: #B2907C;
}
.AnyTagClassName
{
color: #B2907C;
}
</style>
background-color css
<style>
a { background-color: #B2907C; }
a { background-color: rgb(178,144,124); }
div.DivClassName
{
background-color: #B2907C;
}
.BgClassName
{
background-color: #B2907C;
}
</style>
border-color css
<style>
span { border-color: #B2907C; }
span { border-color: rgb(178,144,124); }
td.TdClassName
{
border-color: #B2907C;
}
.TagClassName
{
border-color: #B2907C;
}
</style>