Shades of Sandrift #B2947D
Tints of Sandrift #B2947D
RGB
CMYK
RGB Variations
Color information
#B2947D (or 0xB2947D) is known color: Sandrift. HEX triplet: B2, 94 and 7D. RGB value is (178,148,125). Sum of RGB (Red+Green+Blue) = 178+148+125=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2947D is #4D6B82. Grayscale: #9A9A9A. Windows color (decimal): -5073795 or 8230066. OLE color: 8230066.
HSL color Cylindrical-coordinate representation of color #B2947D: hue angle of 26.04º 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 #B2947D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 125 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.30 |
| HSL | 26.04º | 0.26% | 0.59% | - |
| HSV(B) | 26.04º | 0.3% | 0.7% | - |
| XYZ | 32.65 | 32.13 | 23.88 | - |
| YUV | 154.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 125 | 0 | 0.17 | 0.30 | 0.30 | 26.04 | 0.26 | 0.59 |
| Hex | B2 | 94 | 7D | 0 | 11 | 1E | 1E | 1A | 1A | 3B |
| Octal | 262 | 224 | 175 | 0 | 21 | 36 | 36 | 32 | 32 | 73 |
| Binary | 10110010 | 10010100 | 1111101 | 0 | 10001 | 11110 | 11110 | 11010 | 11010 | 111011 |
Color Harmonies of #B2947D
Complementary color
Monochromatic Colors of #B2947D
Black with #B2947D
Text Example
Text Example
White with #B2947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2947D; }
p { color: rgb(178,148,125); }
H1.HeaderClassName
{
color: #B2947D;
}
.AnyTagClassName
{
color: #B2947D;
}
</style>
background-color css
<style>
a { background-color: #B2947D; }
a { background-color: rgb(178,148,125); }
div.DivClassName
{
background-color: #B2947D;
}
.BgClassName
{
background-color: #B2947D;
}
</style>
border-color css
<style>
span { border-color: #B2947D; }
span { border-color: rgb(178,148,125); }
td.TdClassName
{
border-color: #B2947D;
}
.TagClassName
{
border-color: #B2947D;
}
</style>