Shades of Sandrift #B3977C
Tints of Sandrift #B3977C
RGB
CMYK
RGB Variations
Color information
#B3977C (or 0xB3977C) is known color: Sandrift. HEX triplet: B3, 97 and 7C. RGB value is (179,151,124). Sum of RGB (Red+Green+Blue) = 179+151+124=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3977C is #4C6883. Grayscale: #9C9C9C. Windows color (decimal): -5007492 or 8165299. OLE color: 8165299.
HSL color Cylindrical-coordinate representation of color #B3977C: hue angle of 29.45º 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 #B3977C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 124 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.30 |
| HSL | 29.45º | 0.27% | 0.59% | - |
| HSV(B) | 29.45º | 0.31% | 0.7% | - |
| XYZ | 33.3 | 33.17 | 23.72 | - |
| YUV | 156.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 124 | 0 | 0.16 | 0.31 | 0.30 | 29.45 | 0.27 | 0.59 |
| Hex | B3 | 97 | 7C | 0 | 10 | 1F | 1E | 1D | 1B | 3B |
| Octal | 263 | 227 | 174 | 0 | 20 | 37 | 36 | 35 | 33 | 73 |
| Binary | 10110011 | 10010111 | 1111100 | 0 | 10000 | 11111 | 11110 | 11101 | 11011 | 111011 |
Color Harmonies of #B3977C
Complementary color
Monochromatic Colors of #B3977C
Black with #B3977C
Text Example
Text Example
White with #B3977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3977C; }
p { color: rgb(179,151,124); }
H1.HeaderClassName
{
color: #B3977C;
}
.AnyTagClassName
{
color: #B3977C;
}
</style>
background-color css
<style>
a { background-color: #B3977C; }
a { background-color: rgb(179,151,124); }
div.DivClassName
{
background-color: #B3977C;
}
.BgClassName
{
background-color: #B3977C;
}
</style>
border-color css
<style>
span { border-color: #B3977C; }
span { border-color: rgb(179,151,124); }
td.TdClassName
{
border-color: #B3977C;
}
.TagClassName
{
border-color: #B3977C;
}
</style>