Shades of Sandrift #B08C76
Tints of Sandrift #B08C76
RGB
CMYK
RGB Variations
Color information
#B08C76 (or 0xB08C76) is known color: Sandrift. HEX triplet: B0, 8C and 76. RGB value is (176,140,118). Sum of RGB (Red+Green+Blue) = 176+140+118=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C76 is #4F7389. Grayscale: #949494. Windows color (decimal): -5206922 or 7769264. OLE color: 7769264.
HSL color Cylindrical-coordinate representation of color #B08C76: hue angle of 22.76º 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 #B08C76 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 118 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.31 |
| HSL | 22.76º | 0.27% | 0.58% | - |
| HSV(B) | 22.76º | 0.33% | 0.69% | - |
| XYZ | 30.55 | 29.29 | 21.18 | - |
| YUV | 148.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 118 | 0 | 0.20 | 0.33 | 0.31 | 22.76 | 0.27 | 0.58 |
| Hex | B0 | 8C | 76 | 0 | 14 | 21 | 1F | 17 | 1B | 3A |
| Octal | 260 | 214 | 166 | 0 | 24 | 41 | 37 | 27 | 33 | 72 |
| Binary | 10110000 | 10001100 | 1110110 | 0 | 10100 | 100001 | 11111 | 10111 | 11011 | 111010 |
Color Harmonies of #B08C76
Complementary color
Monochromatic Colors of #B08C76
Black with #B08C76
Text Example
Text Example
White with #B08C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C76; }
p { color: rgb(176,140,118); }
H1.HeaderClassName
{
color: #B08C76;
}
.AnyTagClassName
{
color: #B08C76;
}
</style>
background-color css
<style>
a { background-color: #B08C76; }
a { background-color: rgb(176,140,118); }
div.DivClassName
{
background-color: #B08C76;
}
.BgClassName
{
background-color: #B08C76;
}
</style>
border-color css
<style>
span { border-color: #B08C76; }
span { border-color: rgb(176,140,118); }
td.TdClassName
{
border-color: #B08C76;
}
.TagClassName
{
border-color: #B08C76;
}
</style>