Shades of Sandrift #B0957E
Tints of Sandrift #B0957E
RGB
CMYK
RGB Variations
Color information
#B0957E (or 0xB0957E) is known color: Sandrift. HEX triplet: B0, 95 and 7E. RGB value is (176,149,126). Sum of RGB (Red+Green+Blue) = 176+149+126=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0957E is #4F6A81. Grayscale: #9A9A9A. Windows color (decimal): -5204610 or 8295856. OLE color: 8295856.
HSL color Cylindrical-coordinate representation of color #B0957E: hue angle of 27.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0957E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 126 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.31 |
| HSL | 27.6º | 0.24% | 0.59% | - |
| HSV(B) | 27.6º | 0.28% | 0.69% | - |
| XYZ | 32.42 | 32.23 | 24.25 | - |
| YUV | 154.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 126 | 0 | 0.15 | 0.28 | 0.31 | 27.6 | 0.24 | 0.59 |
| Hex | B0 | 95 | 7E | 0 | F | 1C | 1F | 1C | 18 | 3B |
| Octal | 260 | 225 | 176 | 0 | 17 | 34 | 37 | 34 | 30 | 73 |
| Binary | 10110000 | 10010101 | 1111110 | 0 | 1111 | 11100 | 11111 | 11100 | 11000 | 111011 |
Color Harmonies of #B0957E
Complementary color
Monochromatic Colors of #B0957E
Black with #B0957E
Text Example
Text Example
White with #B0957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0957E; }
p { color: rgb(176,149,126); }
H1.HeaderClassName
{
color: #B0957E;
}
.AnyTagClassName
{
color: #B0957E;
}
</style>
background-color css
<style>
a { background-color: #B0957E; }
a { background-color: rgb(176,149,126); }
div.DivClassName
{
background-color: #B0957E;
}
.BgClassName
{
background-color: #B0957E;
}
</style>
border-color css
<style>
span { border-color: #B0957E; }
span { border-color: rgb(176,149,126); }
td.TdClassName
{
border-color: #B0957E;
}
.TagClassName
{
border-color: #B0957E;
}
</style>