Shades of Sandrift #B18B73
Tints of Sandrift #B18B73
RGB
CMYK
RGB Variations
Color information
#B18B73 (or 0xB18B73) is known color: Sandrift. HEX triplet: B1, 8B and 73. RGB value is (177,139,115). Sum of RGB (Red+Green+Blue) = 177+139+115=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B73 is #4E748C. Grayscale: #939393. Windows color (decimal): -5141645 or 7572401. OLE color: 7572401.
HSL color Cylindrical-coordinate representation of color #B18B73: hue angle of 23.23º 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 #B18B73 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 115 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.31 |
| HSL | 23.23º | 0.28% | 0.57% | - |
| HSV(B) | 23.23º | 0.35% | 0.69% | - |
| XYZ | 30.46 | 29.05 | 20.22 | - |
| YUV | 147.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 115 | 0 | 0.21 | 0.35 | 0.31 | 23.23 | 0.28 | 0.57 |
| Hex | B1 | 8B | 73 | 0 | 15 | 23 | 1F | 17 | 1C | 39 |
| Octal | 261 | 213 | 163 | 0 | 25 | 43 | 37 | 27 | 34 | 71 |
| Binary | 10110001 | 10001011 | 1110011 | 0 | 10101 | 100011 | 11111 | 10111 | 11100 | 111001 |
Color Harmonies of #B18B73
Complementary color
Monochromatic Colors of #B18B73
Black with #B18B73
Text Example
Text Example
White with #B18B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B73; }
p { color: rgb(177,139,115); }
H1.HeaderClassName
{
color: #B18B73;
}
.AnyTagClassName
{
color: #B18B73;
}
</style>
background-color css
<style>
a { background-color: #B18B73; }
a { background-color: rgb(177,139,115); }
div.DivClassName
{
background-color: #B18B73;
}
.BgClassName
{
background-color: #B18B73;
}
</style>
border-color css
<style>
span { border-color: #B18B73; }
span { border-color: rgb(177,139,115); }
td.TdClassName
{
border-color: #B18B73;
}
.TagClassName
{
border-color: #B18B73;
}
</style>