Shades of Sandrift #B1977D
Tints of Sandrift #B1977D
RGB
CMYK
RGB Variations
Color information
#B1977D (or 0xB1977D) is known color: Sandrift. HEX triplet: B1, 97 and 7D. RGB value is (177,151,125). Sum of RGB (Red+Green+Blue) = 177+151+125=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1977D is #4E6882. Grayscale: #9B9B9B. Windows color (decimal): -5138563 or 8230833. OLE color: 8230833.
HSL color Cylindrical-coordinate representation of color #B1977D: hue angle of 30º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1977D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 125 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.31 |
| HSL | 30º | 0.25% | 0.59% | - |
| HSV(B) | 30º | 0.29% | 0.69% | - |
| XYZ | 32.9 | 32.96 | 24.03 | - |
| YUV | 155.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 125 | 0 | 0.15 | 0.29 | 0.31 | 30 | 0.25 | 0.59 |
| Hex | B1 | 97 | 7D | 0 | F | 1D | 1F | 1E | 19 | 3B |
| Octal | 261 | 227 | 175 | 0 | 17 | 35 | 37 | 36 | 31 | 73 |
| Binary | 10110001 | 10010111 | 1111101 | 0 | 1111 | 11101 | 11111 | 11110 | 11001 | 111011 |
Color Harmonies of #B1977D
Complementary color
Monochromatic Colors of #B1977D
Black with #B1977D
Text Example
Text Example
White with #B1977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1977D; }
p { color: rgb(177,151,125); }
H1.HeaderClassName
{
color: #B1977D;
}
.AnyTagClassName
{
color: #B1977D;
}
</style>
background-color css
<style>
a { background-color: #B1977D; }
a { background-color: rgb(177,151,125); }
div.DivClassName
{
background-color: #B1977D;
}
.BgClassName
{
background-color: #B1977D;
}
</style>
border-color css
<style>
span { border-color: #B1977D; }
span { border-color: rgb(177,151,125); }
td.TdClassName
{
border-color: #B1977D;
}
.TagClassName
{
border-color: #B1977D;
}
</style>