Shades of Sandrift #B58F7B
Tints of Sandrift #B58F7B
RGB
CMYK
RGB Variations
Color information
#B58F7B (or 0xB58F7B) is known color: Sandrift. HEX triplet: B5, 8F and 7B. RGB value is (181,143,123). Sum of RGB (Red+Green+Blue) = 181+143+123=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F7B is #4A7084. Grayscale: #989898. Windows color (decimal): -4878469 or 8097717. OLE color: 8097717.
HSL color Cylindrical-coordinate representation of color #B58F7B: hue angle of 20.69º 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 #B58F7B is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 123 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.29 |
| HSL | 20.69º | 0.28% | 0.6% | - |
| HSV(B) | 20.69º | 0.32% | 0.71% | - |
| XYZ | 32.45 | 30.9 | 22.99 | - |
| YUV | 152.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 123 | 0 | 0.21 | 0.32 | 0.29 | 20.69 | 0.28 | 0.6 |
| Hex | B5 | 8F | 7B | 0 | 15 | 20 | 1D | 15 | 1C | 3C |
| Octal | 265 | 217 | 173 | 0 | 25 | 40 | 35 | 25 | 34 | 74 |
| Binary | 10110101 | 10001111 | 1111011 | 0 | 10101 | 100000 | 11101 | 10101 | 11100 | 111100 |
Color Harmonies of #B58F7B
Complementary color
Monochromatic Colors of #B58F7B
Black with #B58F7B
Text Example
Text Example
White with #B58F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F7B; }
p { color: rgb(181,143,123); }
H1.HeaderClassName
{
color: #B58F7B;
}
.AnyTagClassName
{
color: #B58F7B;
}
</style>
background-color css
<style>
a { background-color: #B58F7B; }
a { background-color: rgb(181,143,123); }
div.DivClassName
{
background-color: #B58F7B;
}
.BgClassName
{
background-color: #B58F7B;
}
</style>
border-color css
<style>
span { border-color: #B58F7B; }
span { border-color: rgb(181,143,123); }
td.TdClassName
{
border-color: #B58F7B;
}
.TagClassName
{
border-color: #B58F7B;
}
</style>