Shades of Sandrift #B0987E
Tints of Sandrift #B0987E
RGB
CMYK
RGB Variations
Color information
#B0987E (or 0xB0987E) is known color: Sandrift. HEX triplet: B0, 98 and 7E. RGB value is (176,152,126). Sum of RGB (Red+Green+Blue) = 176+152+126=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0987E is #4F6781. Grayscale: #9C9C9C. Windows color (decimal): -5203842 or 8296624. OLE color: 8296624.
HSL color Cylindrical-coordinate representation of color #B0987E: hue angle of 31.2º 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 #B0987E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 126 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.31 |
| HSL | 31.2º | 0.24% | 0.59% | - |
| HSV(B) | 31.2º | 0.28% | 0.69% | - |
| XYZ | 32.9 | 33.19 | 24.41 | - |
| YUV | 156.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 126 | 0 | 0.14 | 0.28 | 0.31 | 31.2 | 0.24 | 0.59 |
| Hex | B0 | 98 | 7E | 0 | E | 1C | 1F | 1F | 18 | 3B |
| Octal | 260 | 230 | 176 | 0 | 16 | 34 | 37 | 37 | 30 | 73 |
| Binary | 10110000 | 10011000 | 1111110 | 0 | 1110 | 11100 | 11111 | 11111 | 11000 | 111011 |
Color Harmonies of #B0987E
Complementary color
Monochromatic Colors of #B0987E
Black with #B0987E
Text Example
Text Example
White with #B0987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0987E; }
p { color: rgb(176,152,126); }
H1.HeaderClassName
{
color: #B0987E;
}
.AnyTagClassName
{
color: #B0987E;
}
</style>
background-color css
<style>
a { background-color: #B0987E; }
a { background-color: rgb(176,152,126); }
div.DivClassName
{
background-color: #B0987E;
}
.BgClassName
{
background-color: #B0987E;
}
</style>
border-color css
<style>
span { border-color: #B0987E; }
span { border-color: rgb(176,152,126); }
td.TdClassName
{
border-color: #B0987E;
}
.TagClassName
{
border-color: #B0987E;
}
</style>