Shades of Sandrift #B28E7F
Tints of Sandrift #B28E7F
RGB
CMYK
RGB Variations
Color information
#B28E7F (or 0xB28E7F) is known color: Sandrift. HEX triplet: B2, 8E and 7F. RGB value is (178,142,127). Sum of RGB (Red+Green+Blue) = 178+142+127=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7F is #4D7180. Grayscale: #979797. Windows color (decimal): -5075329 or 8359602. OLE color: 8359602.
HSL color Cylindrical-coordinate representation of color #B28E7F: hue angle of 17.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B28E7F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 127 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.30 |
| HSL | 17.65º | 0.25% | 0.6% | - |
| HSV(B) | 17.65º | 0.29% | 0.7% | - |
| XYZ | 31.86 | 30.34 | 24.26 | - |
| YUV | 151.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 127 | 0 | 0.20 | 0.29 | 0.30 | 17.65 | 0.25 | 0.6 |
| Hex | B2 | 8E | 7F | 0 | 14 | 1D | 1E | 12 | 19 | 3C |
| Octal | 262 | 216 | 177 | 0 | 24 | 35 | 36 | 22 | 31 | 74 |
| Binary | 10110010 | 10001110 | 1111111 | 0 | 10100 | 11101 | 11110 | 10010 | 11001 | 111100 |
Color Harmonies of #B28E7F
Complementary color
Monochromatic Colors of #B28E7F
Black with #B28E7F
Text Example
Text Example
White with #B28E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E7F; }
p { color: rgb(178,142,127); }
H1.HeaderClassName
{
color: #B28E7F;
}
.AnyTagClassName
{
color: #B28E7F;
}
</style>
background-color css
<style>
a { background-color: #B28E7F; }
a { background-color: rgb(178,142,127); }
div.DivClassName
{
background-color: #B28E7F;
}
.BgClassName
{
background-color: #B28E7F;
}
</style>
border-color css
<style>
span { border-color: #B28E7F; }
span { border-color: rgb(178,142,127); }
td.TdClassName
{
border-color: #B28E7F;
}
.TagClassName
{
border-color: #B28E7F;
}
</style>