Shades of Sandrift #B18D7C
Tints of Sandrift #B18D7C
RGB
CMYK
RGB Variations
Color information
#B18D7C (or 0xB18D7C) is known color: Sandrift. HEX triplet: B1, 8D and 7C. RGB value is (177,141,124). Sum of RGB (Red+Green+Blue) = 177+141+124=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D7C is #4E7283. Grayscale: #959595. Windows color (decimal): -5141124 or 8162737. OLE color: 8162737.
HSL color Cylindrical-coordinate representation of color #B18D7C: hue angle of 19.25º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B18D7C is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 124 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.31 |
| HSL | 19.25º | 0.25% | 0.59% | - |
| HSV(B) | 19.25º | 0.3% | 0.69% | - |
| XYZ | 31.29 | 29.85 | 23.18 | - |
| YUV | 149.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 124 | 0 | 0.20 | 0.30 | 0.31 | 19.25 | 0.25 | 0.59 |
| Hex | B1 | 8D | 7C | 0 | 14 | 1E | 1F | 13 | 19 | 3B |
| Octal | 261 | 215 | 174 | 0 | 24 | 36 | 37 | 23 | 31 | 73 |
| Binary | 10110001 | 10001101 | 1111100 | 0 | 10100 | 11110 | 11111 | 10011 | 11001 | 111011 |
Color Harmonies of #B18D7C
Complementary color
Monochromatic Colors of #B18D7C
Black with #B18D7C
Text Example
Text Example
White with #B18D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D7C; }
p { color: rgb(177,141,124); }
H1.HeaderClassName
{
color: #B18D7C;
}
.AnyTagClassName
{
color: #B18D7C;
}
</style>
background-color css
<style>
a { background-color: #B18D7C; }
a { background-color: rgb(177,141,124); }
div.DivClassName
{
background-color: #B18D7C;
}
.BgClassName
{
background-color: #B18D7C;
}
</style>
border-color css
<style>
span { border-color: #B18D7C; }
span { border-color: rgb(177,141,124); }
td.TdClassName
{
border-color: #B18D7C;
}
.TagClassName
{
border-color: #B18D7C;
}
</style>