Shades of Sandrift #B28E7E
Tints of Sandrift #B28E7E
RGB
CMYK
RGB Variations
Color information
#B28E7E (or 0xB28E7E) is known color: Sandrift. HEX triplet: B2, 8E and 7E. RGB value is (178,142,126). Sum of RGB (Red+Green+Blue) = 178+142+126=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7E is #4D7181. Grayscale: #979797. Windows color (decimal): -5075330 or 8294066. OLE color: 8294066.
HSL color Cylindrical-coordinate representation of color #B28E7E: hue angle of 18.46º 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 #B28E7E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 126 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.30 |
| HSL | 18.46º | 0.25% | 0.6% | - |
| HSV(B) | 18.46º | 0.29% | 0.7% | - |
| XYZ | 31.8 | 30.32 | 23.91 | - |
| YUV | 150.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 126 | 0 | 0.20 | 0.29 | 0.30 | 18.46 | 0.25 | 0.6 |
| Hex | B2 | 8E | 7E | 0 | 14 | 1D | 1E | 12 | 19 | 3C |
| Octal | 262 | 216 | 176 | 0 | 24 | 35 | 36 | 22 | 31 | 74 |
| Binary | 10110010 | 10001110 | 1111110 | 0 | 10100 | 11101 | 11110 | 10010 | 11001 | 111100 |
Color Harmonies of #B28E7E
Complementary color
Monochromatic Colors of #B28E7E
Black with #B28E7E
Text Example
Text Example
White with #B28E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E7E; }
p { color: rgb(178,142,126); }
H1.HeaderClassName
{
color: #B28E7E;
}
.AnyTagClassName
{
color: #B28E7E;
}
</style>
background-color css
<style>
a { background-color: #B28E7E; }
a { background-color: rgb(178,142,126); }
div.DivClassName
{
background-color: #B28E7E;
}
.BgClassName
{
background-color: #B28E7E;
}
</style>
border-color css
<style>
span { border-color: #B28E7E; }
span { border-color: rgb(178,142,126); }
td.TdClassName
{
border-color: #B28E7E;
}
.TagClassName
{
border-color: #B28E7E;
}
</style>