Shades of Sandrift #B18F76
Tints of Sandrift #B18F76
RGB
CMYK
RGB Variations
Color information
#B18F76 (or 0xB18F76) is known color: Sandrift. HEX triplet: B1, 8F and 76. RGB value is (177,143,118). Sum of RGB (Red+Green+Blue) = 177+143+118=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F76 is #4E7089. Grayscale: #969696. Windows color (decimal): -5140618 or 7770033. OLE color: 7770033.
HSL color Cylindrical-coordinate representation of color #B18F76: hue angle of 25.42º 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 #B18F76 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 118 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.31 |
| HSL | 25.42º | 0.27% | 0.58% | - |
| HSV(B) | 25.42º | 0.33% | 0.69% | - |
| XYZ | 31.22 | 30.3 | 21.34 | - |
| YUV | 150.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 118 | 0 | 0.19 | 0.33 | 0.31 | 25.42 | 0.27 | 0.58 |
| Hex | B1 | 8F | 76 | 0 | 13 | 21 | 1F | 19 | 1B | 3A |
| Octal | 261 | 217 | 166 | 0 | 23 | 41 | 37 | 31 | 33 | 72 |
| Binary | 10110001 | 10001111 | 1110110 | 0 | 10011 | 100001 | 11111 | 11001 | 11011 | 111010 |
Color Harmonies of #B18F76
Complementary color
Monochromatic Colors of #B18F76
Black with #B18F76
Text Example
Text Example
White with #B18F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F76; }
p { color: rgb(177,143,118); }
H1.HeaderClassName
{
color: #B18F76;
}
.AnyTagClassName
{
color: #B18F76;
}
</style>
background-color css
<style>
a { background-color: #B18F76; }
a { background-color: rgb(177,143,118); }
div.DivClassName
{
background-color: #B18F76;
}
.BgClassName
{
background-color: #B18F76;
}
</style>
border-color css
<style>
span { border-color: #B18F76; }
span { border-color: rgb(177,143,118); }
td.TdClassName
{
border-color: #B18F76;
}
.TagClassName
{
border-color: #B18F76;
}
</style>