Shades of Sandrift #B08B75
Tints of Sandrift #B08B75
RGB
CMYK
RGB Variations
Color information
#B08B75 (or 0xB08B75) is known color: Sandrift. HEX triplet: B0, 8B and 75. RGB value is (176,139,117). Sum of RGB (Red+Green+Blue) = 176+139+117=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B75 is #4F748A. Grayscale: #939393. Windows color (decimal): -5207179 or 7703472. OLE color: 7703472.
HSL color Cylindrical-coordinate representation of color #B08B75: hue angle of 22.37º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08B75 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 117 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.31 |
| HSL | 22.37º | 0.27% | 0.57% | - |
| HSV(B) | 22.37º | 0.34% | 0.69% | - |
| XYZ | 30.35 | 28.98 | 20.82 | - |
| YUV | 147.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 117 | 0 | 0.21 | 0.34 | 0.31 | 22.37 | 0.27 | 0.57 |
| Hex | B0 | 8B | 75 | 0 | 15 | 22 | 1F | 16 | 1B | 39 |
| Octal | 260 | 213 | 165 | 0 | 25 | 42 | 37 | 26 | 33 | 71 |
| Binary | 10110000 | 10001011 | 1110101 | 0 | 10101 | 100010 | 11111 | 10110 | 11011 | 111001 |
Color Harmonies of #B08B75
Complementary color
Monochromatic Colors of #B08B75
Black with #B08B75
Text Example
Text Example
White with #B08B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B75; }
p { color: rgb(176,139,117); }
H1.HeaderClassName
{
color: #B08B75;
}
.AnyTagClassName
{
color: #B08B75;
}
</style>
background-color css
<style>
a { background-color: #B08B75; }
a { background-color: rgb(176,139,117); }
div.DivClassName
{
background-color: #B08B75;
}
.BgClassName
{
background-color: #B08B75;
}
</style>
border-color css
<style>
span { border-color: #B08B75; }
span { border-color: rgb(176,139,117); }
td.TdClassName
{
border-color: #B08B75;
}
.TagClassName
{
border-color: #B08B75;
}
</style>