Shades of Sandrift #B18E76
Tints of Sandrift #B18E76
RGB
CMYK
RGB Variations
Color information
#B18E76 (or 0xB18E76) is known color: Sandrift. HEX triplet: B1, 8E and 76. RGB value is (177,142,118). Sum of RGB (Red+Green+Blue) = 177+142+118=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E76 is #4E7189. Grayscale: #959595. Windows color (decimal): -5140874 or 7769777. OLE color: 7769777.
HSL color Cylindrical-coordinate representation of color #B18E76: hue angle of 24.41º 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 #B18E76 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 118 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.31 |
| HSL | 24.41º | 0.27% | 0.58% | - |
| HSV(B) | 24.41º | 0.33% | 0.69% | - |
| XYZ | 31.07 | 30 | 21.29 | - |
| YUV | 149.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 118 | 0 | 0.20 | 0.33 | 0.31 | 24.41 | 0.27 | 0.58 |
| Hex | B1 | 8E | 76 | 0 | 14 | 21 | 1F | 18 | 1B | 3A |
| Octal | 261 | 216 | 166 | 0 | 24 | 41 | 37 | 30 | 33 | 72 |
| Binary | 10110001 | 10001110 | 1110110 | 0 | 10100 | 100001 | 11111 | 11000 | 11011 | 111010 |
Color Harmonies of #B18E76
Complementary color
Monochromatic Colors of #B18E76
Black with #B18E76
Text Example
Text Example
White with #B18E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E76; }
p { color: rgb(177,142,118); }
H1.HeaderClassName
{
color: #B18E76;
}
.AnyTagClassName
{
color: #B18E76;
}
</style>
background-color css
<style>
a { background-color: #B18E76; }
a { background-color: rgb(177,142,118); }
div.DivClassName
{
background-color: #B18E76;
}
.BgClassName
{
background-color: #B18E76;
}
</style>
border-color css
<style>
span { border-color: #B18E76; }
span { border-color: rgb(177,142,118); }
td.TdClassName
{
border-color: #B18E76;
}
.TagClassName
{
border-color: #B18E76;
}
</style>