Shades of Sandrift #B28E7D
Tints of Sandrift #B28E7D
RGB
CMYK
RGB Variations
Color information
#B28E7D (or 0xB28E7D) is known color: Sandrift. HEX triplet: B2, 8E and 7D. RGB value is (178,142,125). Sum of RGB (Red+Green+Blue) = 178+142+125=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E7D is #4D7182. Grayscale: #969696. Windows color (decimal): -5075331 or 8228530. OLE color: 8228530.
HSL color Cylindrical-coordinate representation of color #B28E7D: hue angle of 19.25º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B28E7D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 125 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.30 |
| HSL | 19.25º | 0.26% | 0.59% | - |
| HSV(B) | 19.25º | 0.3% | 0.7% | - |
| XYZ | 31.73 | 30.29 | 23.58 | - |
| YUV | 150.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 125 | 0 | 0.20 | 0.30 | 0.30 | 19.25 | 0.26 | 0.59 |
| Hex | B2 | 8E | 7D | 0 | 14 | 1E | 1E | 13 | 1A | 3B |
| Octal | 262 | 216 | 175 | 0 | 24 | 36 | 36 | 23 | 32 | 73 |
| Binary | 10110010 | 10001110 | 1111101 | 0 | 10100 | 11110 | 11110 | 10011 | 11010 | 111011 |
Color Harmonies of #B28E7D
Complementary color
Monochromatic Colors of #B28E7D
Black with #B28E7D
Text Example
Text Example
White with #B28E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E7D; }
p { color: rgb(178,142,125); }
H1.HeaderClassName
{
color: #B28E7D;
}
.AnyTagClassName
{
color: #B28E7D;
}
</style>
background-color css
<style>
a { background-color: #B28E7D; }
a { background-color: rgb(178,142,125); }
div.DivClassName
{
background-color: #B28E7D;
}
.BgClassName
{
background-color: #B28E7D;
}
</style>
border-color css
<style>
span { border-color: #B28E7D; }
span { border-color: rgb(178,142,125); }
td.TdClassName
{
border-color: #B28E7D;
}
.TagClassName
{
border-color: #B28E7D;
}
</style>