Shades of Sandrift #B58B75
Tints of Sandrift #B58B75
RGB
CMYK
RGB Variations
Color information
#B58B75 (or 0xB58B75) is known color: Sandrift. HEX triplet: B5, 8B and 75. RGB value is (181,139,117). Sum of RGB (Red+Green+Blue) = 181+139+117=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B75 is #4A748A. Grayscale: #959595. Windows color (decimal): -4879499 or 7703477. OLE color: 7703477.
HSL color Cylindrical-coordinate representation of color #B58B75: hue angle of 20.62º 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 #B58B75 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 117 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.29 |
| HSL | 20.63º | 0.3% | 0.58% | - |
| HSV(B) | 20.63º | 0.35% | 0.71% | - |
| XYZ | 31.5 | 29.57 | 20.88 | - |
| YUV | 149.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 117 | 0 | 0.23 | 0.35 | 0.29 | 20.63 | 0.3 | 0.58 |
| Hex | B5 | 8B | 75 | 0 | 17 | 23 | 1D | 15 | 1E | 3A |
| Octal | 265 | 213 | 165 | 0 | 27 | 43 | 35 | 25 | 36 | 72 |
| Binary | 10110101 | 10001011 | 1110101 | 0 | 10111 | 100011 | 11101 | 10101 | 11110 | 111010 |
Color Harmonies of #B58B75
Complementary color
Monochromatic Colors of #B58B75
Black with #B58B75
Text Example
Text Example
White with #B58B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B75; }
p { color: rgb(181,139,117); }
H1.HeaderClassName
{
color: #B58B75;
}
.AnyTagClassName
{
color: #B58B75;
}
</style>
background-color css
<style>
a { background-color: #B58B75; }
a { background-color: rgb(181,139,117); }
div.DivClassName
{
background-color: #B58B75;
}
.BgClassName
{
background-color: #B58B75;
}
</style>
border-color css
<style>
span { border-color: #B58B75; }
span { border-color: rgb(181,139,117); }
td.TdClassName
{
border-color: #B58B75;
}
.TagClassName
{
border-color: #B58B75;
}
</style>