Shades of Sandrift #B18D73
Tints of Sandrift #B18D73
RGB
CMYK
RGB Variations
Color information
#B18D73 (or 0xB18D73) is known color: Sandrift. HEX triplet: B1, 8D and 73. RGB value is (177,141,115). Sum of RGB (Red+Green+Blue) = 177+141+115=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D73 is #4E728C. Grayscale: #949494. Windows color (decimal): -5141133 or 7572913. OLE color: 7572913.
HSL color Cylindrical-coordinate representation of color #B18D73: hue angle of 25.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18D73 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 115 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.31 |
| HSL | 25.16º | 0.28% | 0.57% | - |
| HSV(B) | 25.16º | 0.35% | 0.69% | - |
| XYZ | 30.75 | 29.63 | 20.32 | - |
| YUV | 148.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 115 | 0 | 0.20 | 0.35 | 0.31 | 25.16 | 0.28 | 0.57 |
| Hex | B1 | 8D | 73 | 0 | 14 | 23 | 1F | 19 | 1C | 39 |
| Octal | 261 | 215 | 163 | 0 | 24 | 43 | 37 | 31 | 34 | 71 |
| Binary | 10110001 | 10001101 | 1110011 | 0 | 10100 | 100011 | 11111 | 11001 | 11100 | 111001 |
Color Harmonies of #B18D73
Complementary color
Monochromatic Colors of #B18D73
Black with #B18D73
Text Example
Text Example
White with #B18D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D73; }
p { color: rgb(177,141,115); }
H1.HeaderClassName
{
color: #B18D73;
}
.AnyTagClassName
{
color: #B18D73;
}
</style>
background-color css
<style>
a { background-color: #B18D73; }
a { background-color: rgb(177,141,115); }
div.DivClassName
{
background-color: #B18D73;
}
.BgClassName
{
background-color: #B18D73;
}
</style>
border-color css
<style>
span { border-color: #B18D73; }
span { border-color: rgb(177,141,115); }
td.TdClassName
{
border-color: #B18D73;
}
.TagClassName
{
border-color: #B18D73;
}
</style>