Shades of Sandrift #B78E6E
Tints of Sandrift #B78E6E
RGB
CMYK
RGB Variations
Color information
#B78E6E (or 0xB78E6E) is known color: Sandrift. HEX triplet: B7, 8E and 6E. RGB value is (183,142,110). Sum of RGB (Red+Green+Blue) = 183+142+110=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E6E is #487191. Grayscale: #969696. Windows color (decimal): -4747666 or 7245495. OLE color: 7245495.
HSL color Cylindrical-coordinate representation of color #B78E6E: hue angle of 26.3º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78E6E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 110 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.28 |
| HSL | 26.3º | 0.34% | 0.57% | - |
| HSV(B) | 26.3º | 0.4% | 0.72% | - |
| XYZ | 32.02 | 30.54 | 18.96 | - |
| YUV | 150.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 110 | 0 | 0.22 | 0.40 | 0.28 | 26.3 | 0.34 | 0.57 |
| Hex | B7 | 8E | 6E | 0 | 16 | 28 | 1C | 1A | 22 | 39 |
| Octal | 267 | 216 | 156 | 0 | 26 | 50 | 34 | 32 | 42 | 71 |
| Binary | 10110111 | 10001110 | 1101110 | 0 | 10110 | 101000 | 11100 | 11010 | 100010 | 111001 |
Color Harmonies of #B78E6E
Complementary color
Monochromatic Colors of #B78E6E
Black with #B78E6E
Text Example
Text Example
White with #B78E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E6E; }
p { color: rgb(183,142,110); }
H1.HeaderClassName
{
color: #B78E6E;
}
.AnyTagClassName
{
color: #B78E6E;
}
</style>
background-color css
<style>
a { background-color: #B78E6E; }
a { background-color: rgb(183,142,110); }
div.DivClassName
{
background-color: #B78E6E;
}
.BgClassName
{
background-color: #B78E6E;
}
</style>
border-color css
<style>
span { border-color: #B78E6E; }
span { border-color: rgb(183,142,110); }
td.TdClassName
{
border-color: #B78E6E;
}
.TagClassName
{
border-color: #B78E6E;
}
</style>