Shades of Sandrift #B18871
Tints of Sandrift #B18871
RGB
CMYK
RGB Variations
Color information
#B18871 (or 0xB18871) is known color: Sandrift. HEX triplet: B1, 88 and 71. RGB value is (177,136,113). Sum of RGB (Red+Green+Blue) = 177+136+113=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18871 is #4E778E. Grayscale: #919191. Windows color (decimal): -5142415 or 7440561. OLE color: 7440561.
HSL color Cylindrical-coordinate representation of color #B18871: hue angle of 21.56º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18871 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 113 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.31 |
| HSL | 21.56º | 0.29% | 0.57% | - |
| HSV(B) | 21.56º | 0.36% | 0.69% | - |
| XYZ | 29.92 | 28.15 | 19.48 | - |
| YUV | 145.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 113 | 0 | 0.23 | 0.36 | 0.31 | 21.56 | 0.29 | 0.57 |
| Hex | B1 | 88 | 71 | 0 | 17 | 24 | 1F | 16 | 1D | 39 |
| Octal | 261 | 210 | 161 | 0 | 27 | 44 | 37 | 26 | 35 | 71 |
| Binary | 10110001 | 10001000 | 1110001 | 0 | 10111 | 100100 | 11111 | 10110 | 11101 | 111001 |
Color Harmonies of #B18871
Complementary color
Monochromatic Colors of #B18871
Black with #B18871
Text Example
Text Example
White with #B18871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18871; }
p { color: rgb(177,136,113); }
H1.HeaderClassName
{
color: #B18871;
}
.AnyTagClassName
{
color: #B18871;
}
</style>
background-color css
<style>
a { background-color: #B18871; }
a { background-color: rgb(177,136,113); }
div.DivClassName
{
background-color: #B18871;
}
.BgClassName
{
background-color: #B18871;
}
</style>
border-color css
<style>
span { border-color: #B18871; }
span { border-color: rgb(177,136,113); }
td.TdClassName
{
border-color: #B18871;
}
.TagClassName
{
border-color: #B18871;
}
</style>