Shades of Sandrift #B58E7B
Tints of Sandrift #B58E7B
RGB
CMYK
RGB Variations
Color information
#B58E7B (or 0xB58E7B) is known color: Sandrift. HEX triplet: B5, 8E and 7B. RGB value is (181,142,123). Sum of RGB (Red+Green+Blue) = 181+142+123=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E7B is #4A7184. Grayscale: #979797. Windows color (decimal): -4878725 or 8097461. OLE color: 8097461.
HSL color Cylindrical-coordinate representation of color #B58E7B: hue angle of 19.66º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58E7B is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 123 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.29 |
| HSL | 19.66º | 0.28% | 0.6% | - |
| HSV(B) | 19.66º | 0.32% | 0.71% | - |
| XYZ | 32.3 | 30.6 | 22.94 | - |
| YUV | 151.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 123 | 0 | 0.22 | 0.32 | 0.29 | 19.66 | 0.28 | 0.6 |
| Hex | B5 | 8E | 7B | 0 | 16 | 20 | 1D | 14 | 1C | 3C |
| Octal | 265 | 216 | 173 | 0 | 26 | 40 | 35 | 24 | 34 | 74 |
| Binary | 10110101 | 10001110 | 1111011 | 0 | 10110 | 100000 | 11101 | 10100 | 11100 | 111100 |
Color Harmonies of #B58E7B
Complementary color
Monochromatic Colors of #B58E7B
Black with #B58E7B
Text Example
Text Example
White with #B58E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E7B; }
p { color: rgb(181,142,123); }
H1.HeaderClassName
{
color: #B58E7B;
}
.AnyTagClassName
{
color: #B58E7B;
}
</style>
background-color css
<style>
a { background-color: #B58E7B; }
a { background-color: rgb(181,142,123); }
div.DivClassName
{
background-color: #B58E7B;
}
.BgClassName
{
background-color: #B58E7B;
}
</style>
border-color css
<style>
span { border-color: #B58E7B; }
span { border-color: rgb(181,142,123); }
td.TdClassName
{
border-color: #B58E7B;
}
.TagClassName
{
border-color: #B58E7B;
}
</style>