Shades of Sandrift #B0937A
Tints of Sandrift #B0937A
RGB
CMYK
RGB Variations
Color information
#B0937A (or 0xB0937A) is known color: Sandrift. HEX triplet: B0, 93 and 7A. RGB value is (176,147,122). Sum of RGB (Red+Green+Blue) = 176+147+122=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0937A is #4F6C85. Grayscale: #989898. Windows color (decimal): -5205126 or 8033200. OLE color: 8033200.
HSL color Cylindrical-coordinate representation of color #B0937A: hue angle of 27.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0937A is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 122 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.31 |
| HSL | 27.78º | 0.25% | 0.58% | - |
| HSV(B) | 27.78º | 0.31% | 0.69% | - |
| XYZ | 31.85 | 31.5 | 22.81 | - |
| YUV | 152.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 122 | 0 | 0.16 | 0.31 | 0.31 | 27.78 | 0.25 | 0.58 |
| Hex | B0 | 93 | 7A | 0 | 10 | 1F | 1F | 1C | 19 | 3A |
| Octal | 260 | 223 | 172 | 0 | 20 | 37 | 37 | 34 | 31 | 72 |
| Binary | 10110000 | 10010011 | 1111010 | 0 | 10000 | 11111 | 11111 | 11100 | 11001 | 111010 |
Color Harmonies of #B0937A
Complementary color
Monochromatic Colors of #B0937A
Black with #B0937A
Text Example
Text Example
White with #B0937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0937A; }
p { color: rgb(176,147,122); }
H1.HeaderClassName
{
color: #B0937A;
}
.AnyTagClassName
{
color: #B0937A;
}
</style>
background-color css
<style>
a { background-color: #B0937A; }
a { background-color: rgb(176,147,122); }
div.DivClassName
{
background-color: #B0937A;
}
.BgClassName
{
background-color: #B0937A;
}
</style>
border-color css
<style>
span { border-color: #B0937A; }
span { border-color: rgb(176,147,122); }
td.TdClassName
{
border-color: #B0937A;
}
.TagClassName
{
border-color: #B0937A;
}
</style>