Shades of Sandrift #B28D78
Tints of Sandrift #B28D78
RGB
CMYK
RGB Variations
Color information
#B28D78 (or 0xB28D78) is known color: Sandrift. HEX triplet: B2, 8D and 78. RGB value is (178,141,120). Sum of RGB (Red+Green+Blue) = 178+141+120=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D78 is #4D7287. Grayscale: #959595. Windows color (decimal): -5075592 or 7900594. OLE color: 7900594.
HSL color Cylindrical-coordinate representation of color #B28D78: hue angle of 21.72º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B28D78 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 120 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.30 |
| HSL | 21.72º | 0.27% | 0.58% | - |
| HSV(B) | 21.72º | 0.33% | 0.7% | - |
| XYZ | 31.28 | 29.87 | 21.89 | - |
| YUV | 149.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 120 | 0 | 0.21 | 0.33 | 0.30 | 21.72 | 0.27 | 0.58 |
| Hex | B2 | 8D | 78 | 0 | 15 | 21 | 1E | 16 | 1B | 3A |
| Octal | 262 | 215 | 170 | 0 | 25 | 41 | 36 | 26 | 33 | 72 |
| Binary | 10110010 | 10001101 | 1111000 | 0 | 10101 | 100001 | 11110 | 10110 | 11011 | 111010 |
Color Harmonies of #B28D78
Complementary color
Monochromatic Colors of #B28D78
Black with #B28D78
Text Example
Text Example
White with #B28D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D78; }
p { color: rgb(178,141,120); }
H1.HeaderClassName
{
color: #B28D78;
}
.AnyTagClassName
{
color: #B28D78;
}
</style>
background-color css
<style>
a { background-color: #B28D78; }
a { background-color: rgb(178,141,120); }
div.DivClassName
{
background-color: #B28D78;
}
.BgClassName
{
background-color: #B28D78;
}
</style>
border-color css
<style>
span { border-color: #B28D78; }
span { border-color: rgb(178,141,120); }
td.TdClassName
{
border-color: #B28D78;
}
.TagClassName
{
border-color: #B28D78;
}
</style>