Shades of Sandrift #B28F79
Tints of Sandrift #B28F79
RGB
CMYK
RGB Variations
Color information
#B28F79 (or 0xB28F79) is known color: Sandrift. HEX triplet: B2, 8F and 79. RGB value is (178,143,121). Sum of RGB (Red+Green+Blue) = 178+143+121=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F79 is #4D7086. Grayscale: #979797. Windows color (decimal): -5075079 or 7966642. OLE color: 7966642.
HSL color Cylindrical-coordinate representation of color #B28F79: hue angle of 23.16º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B28F79 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 121 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.30 |
| HSL | 23.16º | 0.27% | 0.59% | - |
| HSV(B) | 23.16º | 0.32% | 0.7% | - |
| XYZ | 31.63 | 30.49 | 22.31 | - |
| YUV | 150.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 121 | 0 | 0.20 | 0.32 | 0.30 | 23.16 | 0.27 | 0.59 |
| Hex | B2 | 8F | 79 | 0 | 14 | 20 | 1E | 17 | 1B | 3B |
| Octal | 262 | 217 | 171 | 0 | 24 | 40 | 36 | 27 | 33 | 73 |
| Binary | 10110010 | 10001111 | 1111001 | 0 | 10100 | 100000 | 11110 | 10111 | 11011 | 111011 |
Color Harmonies of #B28F79
Complementary color
Monochromatic Colors of #B28F79
Black with #B28F79
Text Example
Text Example
White with #B28F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F79; }
p { color: rgb(178,143,121); }
H1.HeaderClassName
{
color: #B28F79;
}
.AnyTagClassName
{
color: #B28F79;
}
</style>
background-color css
<style>
a { background-color: #B28F79; }
a { background-color: rgb(178,143,121); }
div.DivClassName
{
background-color: #B28F79;
}
.BgClassName
{
background-color: #B28F79;
}
</style>
border-color css
<style>
span { border-color: #B28F79; }
span { border-color: rgb(178,143,121); }
td.TdClassName
{
border-color: #B28F79;
}
.TagClassName
{
border-color: #B28F79;
}
</style>