Shades of Sandrift #B28D75
Tints of Sandrift #B28D75
RGB
CMYK
RGB Variations
Color information
#B28D75 (or 0xB28D75) is known color: Sandrift. HEX triplet: B2, 8D and 75. RGB value is (178,141,117). Sum of RGB (Red+Green+Blue) = 178+141+117=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D75 is #4D728A. Grayscale: #959595. Windows color (decimal): -5075595 or 7703986. OLE color: 7703986.
HSL color Cylindrical-coordinate representation of color #B28D75: hue angle of 23.61º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28D75 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 117 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.30 |
| HSL | 23.61º | 0.28% | 0.58% | - |
| HSV(B) | 23.61º | 0.34% | 0.7% | - |
| XYZ | 31.1 | 29.8 | 20.94 | - |
| YUV | 149.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 117 | 0 | 0.21 | 0.34 | 0.30 | 23.61 | 0.28 | 0.58 |
| Hex | B2 | 8D | 75 | 0 | 15 | 22 | 1E | 18 | 1C | 3A |
| Octal | 262 | 215 | 165 | 0 | 25 | 42 | 36 | 30 | 34 | 72 |
| Binary | 10110010 | 10001101 | 1110101 | 0 | 10101 | 100010 | 11110 | 11000 | 11100 | 111010 |
Color Harmonies of #B28D75
Complementary color
Monochromatic Colors of #B28D75
Black with #B28D75
Text Example
Text Example
White with #B28D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D75; }
p { color: rgb(178,141,117); }
H1.HeaderClassName
{
color: #B28D75;
}
.AnyTagClassName
{
color: #B28D75;
}
</style>
background-color css
<style>
a { background-color: #B28D75; }
a { background-color: rgb(178,141,117); }
div.DivClassName
{
background-color: #B28D75;
}
.BgClassName
{
background-color: #B28D75;
}
</style>
border-color css
<style>
span { border-color: #B28D75; }
span { border-color: rgb(178,141,117); }
td.TdClassName
{
border-color: #B28D75;
}
.TagClassName
{
border-color: #B28D75;
}
</style>