Shades of Sandrift #B28F75
Tints of Sandrift #B28F75
RGB
CMYK
RGB Variations
Color information
#B28F75 (or 0xB28F75) is known color: Sandrift. HEX triplet: B2, 8F and 75. RGB value is (178,143,117). Sum of RGB (Red+Green+Blue) = 178+143+117=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F75 is #4D708A. Grayscale: #969696. Windows color (decimal): -5075083 or 7704498. OLE color: 7704498.
HSL color Cylindrical-coordinate representation of color #B28F75: hue angle of 25.57º 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 #B28F75 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 117 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.30 |
| HSL | 25.57º | 0.28% | 0.58% | - |
| HSV(B) | 25.57º | 0.34% | 0.7% | - |
| XYZ | 31.39 | 30.39 | 21.04 | - |
| YUV | 150.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 117 | 0 | 0.20 | 0.34 | 0.30 | 25.57 | 0.28 | 0.58 |
| Hex | B2 | 8F | 75 | 0 | 14 | 22 | 1E | 1A | 1C | 3A |
| Octal | 262 | 217 | 165 | 0 | 24 | 42 | 36 | 32 | 34 | 72 |
| Binary | 10110010 | 10001111 | 1110101 | 0 | 10100 | 100010 | 11110 | 11010 | 11100 | 111010 |
Color Harmonies of #B28F75
Complementary color
Monochromatic Colors of #B28F75
Black with #B28F75
Text Example
Text Example
White with #B28F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F75; }
p { color: rgb(178,143,117); }
H1.HeaderClassName
{
color: #B28F75;
}
.AnyTagClassName
{
color: #B28F75;
}
</style>
background-color css
<style>
a { background-color: #B28F75; }
a { background-color: rgb(178,143,117); }
div.DivClassName
{
background-color: #B28F75;
}
.BgClassName
{
background-color: #B28F75;
}
</style>
border-color css
<style>
span { border-color: #B28F75; }
span { border-color: rgb(178,143,117); }
td.TdClassName
{
border-color: #B28F75;
}
.TagClassName
{
border-color: #B28F75;
}
</style>