Shades of Sandrift #B58F75
Tints of Sandrift #B58F75
RGB
CMYK
RGB Variations
Color information
#B58F75 (or 0xB58F75) is known color: Sandrift. HEX triplet: B5, 8F and 75. RGB value is (181,143,117). Sum of RGB (Red+Green+Blue) = 181+143+117=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F75 is #4A708A. Grayscale: #979797. Windows color (decimal): -4878475 or 7704501. OLE color: 7704501.
HSL color Cylindrical-coordinate representation of color #B58F75: hue angle of 24.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58F75 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 117 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.29 |
| HSL | 24.38º | 0.3% | 0.58% | - |
| HSV(B) | 24.38º | 0.35% | 0.71% | - |
| XYZ | 32.09 | 30.75 | 21.07 | - |
| YUV | 151.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 117 | 0 | 0.21 | 0.35 | 0.29 | 24.38 | 0.3 | 0.58 |
| Hex | B5 | 8F | 75 | 0 | 15 | 23 | 1D | 18 | 1E | 3A |
| Octal | 265 | 217 | 165 | 0 | 25 | 43 | 35 | 30 | 36 | 72 |
| Binary | 10110101 | 10001111 | 1110101 | 0 | 10101 | 100011 | 11101 | 11000 | 11110 | 111010 |
Color Harmonies of #B58F75
Complementary color
Monochromatic Colors of #B58F75
Black with #B58F75
Text Example
Text Example
White with #B58F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F75; }
p { color: rgb(181,143,117); }
H1.HeaderClassName
{
color: #B58F75;
}
.AnyTagClassName
{
color: #B58F75;
}
</style>
background-color css
<style>
a { background-color: #B58F75; }
a { background-color: rgb(181,143,117); }
div.DivClassName
{
background-color: #B58F75;
}
.BgClassName
{
background-color: #B58F75;
}
</style>
border-color css
<style>
span { border-color: #B58F75; }
span { border-color: rgb(181,143,117); }
td.TdClassName
{
border-color: #B58F75;
}
.TagClassName
{
border-color: #B58F75;
}
</style>