Shades of Sandrift #B08F78
Tints of Sandrift #B08F78
RGB
CMYK
RGB Variations
Color information
#B08F78 (or 0xB08F78) is known color: Sandrift. HEX triplet: B0, 8F and 78. RGB value is (176,143,120). Sum of RGB (Red+Green+Blue) = 176+143+120=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F78 is #4F7087. Grayscale: #969696. Windows color (decimal): -5206152 or 7901104. OLE color: 7901104.
HSL color Cylindrical-coordinate representation of color #B08F78: hue angle of 24.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08F78 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 120 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.31 |
| HSL | 24.64º | 0.26% | 0.58% | - |
| HSV(B) | 24.64º | 0.32% | 0.69% | - |
| XYZ | 31.12 | 30.23 | 21.96 | - |
| YUV | 150.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 120 | 0 | 0.19 | 0.32 | 0.31 | 24.64 | 0.26 | 0.58 |
| Hex | B0 | 8F | 78 | 0 | 13 | 20 | 1F | 19 | 1A | 3A |
| Octal | 260 | 217 | 170 | 0 | 23 | 40 | 37 | 31 | 32 | 72 |
| Binary | 10110000 | 10001111 | 1111000 | 0 | 10011 | 100000 | 11111 | 11001 | 11010 | 111010 |
Color Harmonies of #B08F78
Complementary color
Monochromatic Colors of #B08F78
Black with #B08F78
Text Example
Text Example
White with #B08F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F78; }
p { color: rgb(176,143,120); }
H1.HeaderClassName
{
color: #B08F78;
}
.AnyTagClassName
{
color: #B08F78;
}
</style>
background-color css
<style>
a { background-color: #B08F78; }
a { background-color: rgb(176,143,120); }
div.DivClassName
{
background-color: #B08F78;
}
.BgClassName
{
background-color: #B08F78;
}
</style>
border-color css
<style>
span { border-color: #B08F78; }
span { border-color: rgb(176,143,120); }
td.TdClassName
{
border-color: #B08F78;
}
.TagClassName
{
border-color: #B08F78;
}
</style>