Shades of Sandrift #B28E73
Tints of Sandrift #B28E73
RGB
CMYK
RGB Variations
Color information
#B28E73 (or 0xB28E73) is known color: Sandrift. HEX triplet: B2, 8E and 73. RGB value is (178,142,115). Sum of RGB (Red+Green+Blue) = 178+142+115=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E73 is #4D718C. Grayscale: #959595. Windows color (decimal): -5075341 or 7573170. OLE color: 7573170.
HSL color Cylindrical-coordinate representation of color #B28E73: hue angle of 25.71º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28E73 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 115 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.30 |
| HSL | 25.71º | 0.29% | 0.57% | - |
| HSV(B) | 25.71º | 0.35% | 0.7% | - |
| XYZ | 31.13 | 30.05 | 20.38 | - |
| YUV | 149.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 115 | 0 | 0.20 | 0.35 | 0.30 | 25.71 | 0.29 | 0.57 |
| Hex | B2 | 8E | 73 | 0 | 14 | 23 | 1E | 1A | 1D | 39 |
| Octal | 262 | 216 | 163 | 0 | 24 | 43 | 36 | 32 | 35 | 71 |
| Binary | 10110010 | 10001110 | 1110011 | 0 | 10100 | 100011 | 11110 | 11010 | 11101 | 111001 |
Color Harmonies of #B28E73
Complementary color
Monochromatic Colors of #B28E73
Black with #B28E73
Text Example
Text Example
White with #B28E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E73; }
p { color: rgb(178,142,115); }
H1.HeaderClassName
{
color: #B28E73;
}
.AnyTagClassName
{
color: #B28E73;
}
</style>
background-color css
<style>
a { background-color: #B28E73; }
a { background-color: rgb(178,142,115); }
div.DivClassName
{
background-color: #B28E73;
}
.BgClassName
{
background-color: #B28E73;
}
</style>
border-color css
<style>
span { border-color: #B28E73; }
span { border-color: rgb(178,142,115); }
td.TdClassName
{
border-color: #B28E73;
}
.TagClassName
{
border-color: #B28E73;
}
</style>