Shades of Sandrift #B0937D
Tints of Sandrift #B0937D
RGB
CMYK
RGB Variations
Color information
#B0937D (or 0xB0937D) is known color: Sandrift. HEX triplet: B0, 93 and 7D. RGB value is (176,147,125). Sum of RGB (Red+Green+Blue) = 176+147+125=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0937D is #4F6C82. Grayscale: #999999. Windows color (decimal): -5205123 or 8229808. OLE color: 8229808.
HSL color Cylindrical-coordinate representation of color #B0937D: hue angle of 25.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0937D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 125 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.31 |
| HSL | 25.88º | 0.24% | 0.59% | - |
| HSV(B) | 25.88º | 0.29% | 0.69% | - |
| XYZ | 32.04 | 31.58 | 23.81 | - |
| YUV | 153.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 125 | 0 | 0.16 | 0.29 | 0.31 | 25.88 | 0.24 | 0.59 |
| Hex | B0 | 93 | 7D | 0 | 10 | 1D | 1F | 1A | 18 | 3B |
| Octal | 260 | 223 | 175 | 0 | 20 | 35 | 37 | 32 | 30 | 73 |
| Binary | 10110000 | 10010011 | 1111101 | 0 | 10000 | 11101 | 11111 | 11010 | 11000 | 111011 |
Color Harmonies of #B0937D
Complementary color
Monochromatic Colors of #B0937D
Black with #B0937D
Text Example
Text Example
White with #B0937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0937D; }
p { color: rgb(176,147,125); }
H1.HeaderClassName
{
color: #B0937D;
}
.AnyTagClassName
{
color: #B0937D;
}
</style>
background-color css
<style>
a { background-color: #B0937D; }
a { background-color: rgb(176,147,125); }
div.DivClassName
{
background-color: #B0937D;
}
.BgClassName
{
background-color: #B0937D;
}
</style>
border-color css
<style>
span { border-color: #B0937D; }
span { border-color: rgb(176,147,125); }
td.TdClassName
{
border-color: #B0937D;
}
.TagClassName
{
border-color: #B0937D;
}
</style>