Shades of Sandrift #B58C72
Tints of Sandrift #B58C72
RGB
CMYK
RGB Variations
Color information
#B58C72 (or 0xB58C72) is known color: Sandrift. HEX triplet: B5, 8C and 72. RGB value is (181,140,114). Sum of RGB (Red+Green+Blue) = 181+140+114=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C72 is #4A738D. Grayscale: #959595. Windows color (decimal): -4879246 or 7507125. OLE color: 7507125.
HSL color Cylindrical-coordinate representation of color #B58C72: hue angle of 23.28º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58C72 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 114 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.29 |
| HSL | 23.28º | 0.31% | 0.58% | - |
| HSV(B) | 23.28º | 0.37% | 0.71% | - |
| XYZ | 31.47 | 29.79 | 20.01 | - |
| YUV | 149.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 114 | 0 | 0.23 | 0.37 | 0.29 | 23.28 | 0.31 | 0.58 |
| Hex | B5 | 8C | 72 | 0 | 17 | 25 | 1D | 17 | 1F | 3A |
| Octal | 265 | 214 | 162 | 0 | 27 | 45 | 35 | 27 | 37 | 72 |
| Binary | 10110101 | 10001100 | 1110010 | 0 | 10111 | 100101 | 11101 | 10111 | 11111 | 111010 |
Color Harmonies of #B58C72
Complementary color
Monochromatic Colors of #B58C72
Black with #B58C72
Text Example
Text Example
White with #B58C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C72; }
p { color: rgb(181,140,114); }
H1.HeaderClassName
{
color: #B58C72;
}
.AnyTagClassName
{
color: #B58C72;
}
</style>
background-color css
<style>
a { background-color: #B58C72; }
a { background-color: rgb(181,140,114); }
div.DivClassName
{
background-color: #B58C72;
}
.BgClassName
{
background-color: #B58C72;
}
</style>
border-color css
<style>
span { border-color: #B58C72; }
span { border-color: rgb(181,140,114); }
td.TdClassName
{
border-color: #B58C72;
}
.TagClassName
{
border-color: #B58C72;
}
</style>