Shades of Sandrift #B18A76
Tints of Sandrift #B18A76
RGB
CMYK
RGB Variations
Color information
#B18A76 (or 0xB18A76) is known color: Sandrift. HEX triplet: B1, 8A and 76. RGB value is (177,138,118). Sum of RGB (Red+Green+Blue) = 177+138+118=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A76 is #4E7589. Grayscale: #939393. Windows color (decimal): -5141898 or 7768753. OLE color: 7768753.
HSL color Cylindrical-coordinate representation of color #B18A76: hue angle of 20.34º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18A76 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 118 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.31 |
| HSL | 20.34º | 0.27% | 0.58% | - |
| HSV(B) | 20.34º | 0.33% | 0.69% | - |
| XYZ | 30.49 | 28.83 | 21.1 | - |
| YUV | 147.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 118 | 0 | 0.22 | 0.33 | 0.31 | 20.34 | 0.27 | 0.58 |
| Hex | B1 | 8A | 76 | 0 | 16 | 21 | 1F | 14 | 1B | 3A |
| Octal | 261 | 212 | 166 | 0 | 26 | 41 | 37 | 24 | 33 | 72 |
| Binary | 10110001 | 10001010 | 1110110 | 0 | 10110 | 100001 | 11111 | 10100 | 11011 | 111010 |
Color Harmonies of #B18A76
Complementary color
Monochromatic Colors of #B18A76
Black with #B18A76
Text Example
Text Example
White with #B18A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A76; }
p { color: rgb(177,138,118); }
H1.HeaderClassName
{
color: #B18A76;
}
.AnyTagClassName
{
color: #B18A76;
}
</style>
background-color css
<style>
a { background-color: #B18A76; }
a { background-color: rgb(177,138,118); }
div.DivClassName
{
background-color: #B18A76;
}
.BgClassName
{
background-color: #B18A76;
}
</style>
border-color css
<style>
span { border-color: #B18A76; }
span { border-color: rgb(177,138,118); }
td.TdClassName
{
border-color: #B18A76;
}
.TagClassName
{
border-color: #B18A76;
}
</style>