Shades of Sandrift #B3947C
Tints of Sandrift #B3947C
RGB
CMYK
RGB Variations
Color information
#B3947C (or 0xB3947C) is known color: Sandrift. HEX triplet: B3, 94 and 7C. RGB value is (179,148,124). Sum of RGB (Red+Green+Blue) = 179+148+124=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3947C is #4C6B83. Grayscale: #9A9A9A. Windows color (decimal): -5008260 or 8164531. OLE color: 8164531.
HSL color Cylindrical-coordinate representation of color #B3947C: hue angle of 26.18º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3947C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 148 | 124 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.30 |
| HSL | 26.18º | 0.27% | 0.59% | - |
| HSV(B) | 26.18º | 0.31% | 0.7% | - |
| XYZ | 32.82 | 32.22 | 23.56 | - |
| YUV | 154.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 124 | 0 | 0.17 | 0.31 | 0.30 | 26.18 | 0.27 | 0.59 |
| Hex | B3 | 94 | 7C | 0 | 11 | 1F | 1E | 1A | 1B | 3B |
| Octal | 263 | 224 | 174 | 0 | 21 | 37 | 36 | 32 | 33 | 73 |
| Binary | 10110011 | 10010100 | 1111100 | 0 | 10001 | 11111 | 11110 | 11010 | 11011 | 111011 |
Color Harmonies of #B3947C
Complementary color
Monochromatic Colors of #B3947C
Black with #B3947C
Text Example
Text Example
White with #B3947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3947C; }
p { color: rgb(179,148,124); }
H1.HeaderClassName
{
color: #B3947C;
}
.AnyTagClassName
{
color: #B3947C;
}
</style>
background-color css
<style>
a { background-color: #B3947C; }
a { background-color: rgb(179,148,124); }
div.DivClassName
{
background-color: #B3947C;
}
.BgClassName
{
background-color: #B3947C;
}
</style>
border-color css
<style>
span { border-color: #B3947C; }
span { border-color: rgb(179,148,124); }
td.TdClassName
{
border-color: #B3947C;
}
.TagClassName
{
border-color: #B3947C;
}
</style>