Shades of Sandrift #B08E79
Tints of Sandrift #B08E79
RGB
CMYK
RGB Variations
Color information
#B08E79 (or 0xB08E79) is known color: Sandrift. HEX triplet: B0, 8E and 79. RGB value is (176,142,121). Sum of RGB (Red+Green+Blue) = 176+142+121=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E79 is #4F7186. Grayscale: #959595. Windows color (decimal): -5206407 or 7966384. OLE color: 7966384.
HSL color Cylindrical-coordinate representation of color #B08E79: hue angle of 22.91º degrees, saturation: 0.26, 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 #B08E79 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 121 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.31 |
| HSL | 22.91º | 0.26% | 0.58% | - |
| HSV(B) | 22.91º | 0.31% | 0.69% | - |
| XYZ | 31.03 | 29.96 | 22.24 | - |
| YUV | 149.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 121 | 0 | 0.19 | 0.31 | 0.31 | 22.91 | 0.26 | 0.58 |
| Hex | B0 | 8E | 79 | 0 | 13 | 1F | 1F | 17 | 1A | 3A |
| Octal | 260 | 216 | 171 | 0 | 23 | 37 | 37 | 27 | 32 | 72 |
| Binary | 10110000 | 10001110 | 1111001 | 0 | 10011 | 11111 | 11111 | 10111 | 11010 | 111010 |
Color Harmonies of #B08E79
Complementary color
Monochromatic Colors of #B08E79
Black with #B08E79
Text Example
Text Example
White with #B08E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E79; }
p { color: rgb(176,142,121); }
H1.HeaderClassName
{
color: #B08E79;
}
.AnyTagClassName
{
color: #B08E79;
}
</style>
background-color css
<style>
a { background-color: #B08E79; }
a { background-color: rgb(176,142,121); }
div.DivClassName
{
background-color: #B08E79;
}
.BgClassName
{
background-color: #B08E79;
}
</style>
border-color css
<style>
span { border-color: #B08E79; }
span { border-color: rgb(176,142,121); }
td.TdClassName
{
border-color: #B08E79;
}
.TagClassName
{
border-color: #B08E79;
}
</style>