Shades of Sandrift #B78C6D
Tints of Sandrift #B78C6D
RGB
CMYK
RGB Variations
Color information
#B78C6D (or 0xB78C6D) is known color: Sandrift. HEX triplet: B7, 8C and 6D. RGB value is (183,140,109). Sum of RGB (Red+Green+Blue) = 183+140+109=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C6D is #487392. Grayscale: #959595. Windows color (decimal): -4748179 or 7179447. OLE color: 7179447.
HSL color Cylindrical-coordinate representation of color #B78C6D: hue angle of 25.14º 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 #B78C6D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 109 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.28 |
| HSL | 25.14º | 0.34% | 0.57% | - |
| HSV(B) | 25.14º | 0.4% | 0.72% | - |
| XYZ | 31.67 | 29.93 | 18.58 | - |
| YUV | 149.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 109 | 0 | 0.23 | 0.40 | 0.28 | 25.14 | 0.34 | 0.57 |
| Hex | B7 | 8C | 6D | 0 | 17 | 28 | 1C | 19 | 22 | 39 |
| Octal | 267 | 214 | 155 | 0 | 27 | 50 | 34 | 31 | 42 | 71 |
| Binary | 10110111 | 10001100 | 1101101 | 0 | 10111 | 101000 | 11100 | 11001 | 100010 | 111001 |
Color Harmonies of #B78C6D
Complementary color
Monochromatic Colors of #B78C6D
Black with #B78C6D
Text Example
Text Example
White with #B78C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C6D; }
p { color: rgb(183,140,109); }
H1.HeaderClassName
{
color: #B78C6D;
}
.AnyTagClassName
{
color: #B78C6D;
}
</style>
background-color css
<style>
a { background-color: #B78C6D; }
a { background-color: rgb(183,140,109); }
div.DivClassName
{
background-color: #B78C6D;
}
.BgClassName
{
background-color: #B78C6D;
}
</style>
border-color css
<style>
span { border-color: #B78C6D; }
span { border-color: rgb(183,140,109); }
td.TdClassName
{
border-color: #B78C6D;
}
.TagClassName
{
border-color: #B78C6D;
}
</style>