Shades of Sandrift #B1927B
Tints of Sandrift #B1927B
RGB
CMYK
RGB Variations
Color information
#B1927B (or 0xB1927B) is known color: Sandrift. HEX triplet: B1, 92 and 7B. RGB value is (177,146,123). Sum of RGB (Red+Green+Blue) = 177+146+123=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1927B is #4E6D84. Grayscale: #989898. Windows color (decimal): -5139845 or 8098481. OLE color: 8098481.
HSL color Cylindrical-coordinate representation of color #B1927B: hue angle of 25.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1927B is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 123 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.31 |
| HSL | 25.56º | 0.26% | 0.59% | - |
| HSV(B) | 25.56º | 0.31% | 0.69% | - |
| XYZ | 31.99 | 31.33 | 23.1 | - |
| YUV | 152.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 123 | 0 | 0.18 | 0.31 | 0.31 | 25.56 | 0.26 | 0.59 |
| Hex | B1 | 92 | 7B | 0 | 12 | 1F | 1F | 1A | 1A | 3B |
| Octal | 261 | 222 | 173 | 0 | 22 | 37 | 37 | 32 | 32 | 73 |
| Binary | 10110001 | 10010010 | 1111011 | 0 | 10010 | 11111 | 11111 | 11010 | 11010 | 111011 |
Color Harmonies of #B1927B
Complementary color
Monochromatic Colors of #B1927B
Black with #B1927B
Text Example
Text Example
White with #B1927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1927B; }
p { color: rgb(177,146,123); }
H1.HeaderClassName
{
color: #B1927B;
}
.AnyTagClassName
{
color: #B1927B;
}
</style>
background-color css
<style>
a { background-color: #B1927B; }
a { background-color: rgb(177,146,123); }
div.DivClassName
{
background-color: #B1927B;
}
.BgClassName
{
background-color: #B1927B;
}
</style>
border-color css
<style>
span { border-color: #B1927B; }
span { border-color: rgb(177,146,123); }
td.TdClassName
{
border-color: #B1927B;
}
.TagClassName
{
border-color: #B1927B;
}
</style>