Shades of Sandrift #B3977D
Tints of Sandrift #B3977D
RGB
CMYK
RGB Variations
Color information
#B3977D (or 0xB3977D) is known color: Sandrift. HEX triplet: B3, 97 and 7D. RGB value is (179,151,125). Sum of RGB (Red+Green+Blue) = 179+151+125=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3977D is #4C6882. Grayscale: #9C9C9C. Windows color (decimal): -5007491 or 8230835. OLE color: 8230835.
HSL color Cylindrical-coordinate representation of color #B3977D: hue angle of 28.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3977D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 125 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.30 |
| HSL | 28.89º | 0.26% | 0.6% | - |
| HSV(B) | 28.89º | 0.3% | 0.7% | - |
| XYZ | 33.36 | 33.2 | 24.05 | - |
| YUV | 156.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 125 | 0 | 0.16 | 0.30 | 0.30 | 28.89 | 0.26 | 0.6 |
| Hex | B3 | 97 | 7D | 0 | 10 | 1E | 1E | 1D | 1A | 3C |
| Octal | 263 | 227 | 175 | 0 | 20 | 36 | 36 | 35 | 32 | 74 |
| Binary | 10110011 | 10010111 | 1111101 | 0 | 10000 | 11110 | 11110 | 11101 | 11010 | 111100 |
Color Harmonies of #B3977D
Complementary color
Monochromatic Colors of #B3977D
Black with #B3977D
Text Example
Text Example
White with #B3977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3977D; }
p { color: rgb(179,151,125); }
H1.HeaderClassName
{
color: #B3977D;
}
.AnyTagClassName
{
color: #B3977D;
}
</style>
background-color css
<style>
a { background-color: #B3977D; }
a { background-color: rgb(179,151,125); }
div.DivClassName
{
background-color: #B3977D;
}
.BgClassName
{
background-color: #B3977D;
}
</style>
border-color css
<style>
span { border-color: #B3977D; }
span { border-color: rgb(179,151,125); }
td.TdClassName
{
border-color: #B3977D;
}
.TagClassName
{
border-color: #B3977D;
}
</style>