Shades of Sandrift #B1947A
Tints of Sandrift #B1947A
RGB
CMYK
RGB Variations
Color information
#B1947A (or 0xB1947A) is known color: Sandrift. HEX triplet: B1, 94 and 7A. RGB value is (177,148,122). Sum of RGB (Red+Green+Blue) = 177+148+122=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1947A is #4E6B85. Grayscale: #999999. Windows color (decimal): -5139334 or 8033457. OLE color: 8033457.
HSL color Cylindrical-coordinate representation of color #B1947A: hue angle of 28.36º 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 #B1947A is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 122 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.31 |
| HSL | 28.36º | 0.26% | 0.59% | - |
| HSV(B) | 28.36º | 0.31% | 0.69% | - |
| XYZ | 32.23 | 31.93 | 22.88 | - |
| YUV | 153.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 122 | 0 | 0.16 | 0.31 | 0.31 | 28.36 | 0.26 | 0.59 |
| Hex | B1 | 94 | 7A | 0 | 10 | 1F | 1F | 1C | 1A | 3B |
| Octal | 261 | 224 | 172 | 0 | 20 | 37 | 37 | 34 | 32 | 73 |
| Binary | 10110001 | 10010100 | 1111010 | 0 | 10000 | 11111 | 11111 | 11100 | 11010 | 111011 |
Color Harmonies of #B1947A
Complementary color
Monochromatic Colors of #B1947A
Black with #B1947A
Text Example
Text Example
White with #B1947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1947A; }
p { color: rgb(177,148,122); }
H1.HeaderClassName
{
color: #B1947A;
}
.AnyTagClassName
{
color: #B1947A;
}
</style>
background-color css
<style>
a { background-color: #B1947A; }
a { background-color: rgb(177,148,122); }
div.DivClassName
{
background-color: #B1947A;
}
.BgClassName
{
background-color: #B1947A;
}
</style>
border-color css
<style>
span { border-color: #B1947A; }
span { border-color: rgb(177,148,122); }
td.TdClassName
{
border-color: #B1947A;
}
.TagClassName
{
border-color: #B1947A;
}
</style>