Shades of Sandrift #B08E7B
Tints of Sandrift #B08E7B
RGB
CMYK
RGB Variations
Color information
#B08E7B (or 0xB08E7B) is known color: Sandrift. HEX triplet: B0, 8E and 7B. RGB value is (176,142,123). Sum of RGB (Red+Green+Blue) = 176+142+123=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E7B is #4F7184. Grayscale: #969696. Windows color (decimal): -5206405 or 8097456. OLE color: 8097456.
HSL color Cylindrical-coordinate representation of color #B08E7B: hue angle of 21.51º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08E7B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 123 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.31 |
| HSL | 21.51º | 0.25% | 0.59% | - |
| HSV(B) | 21.51º | 0.3% | 0.69% | - |
| XYZ | 31.15 | 30.01 | 22.89 | - |
| YUV | 150 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 123 | 0 | 0.19 | 0.30 | 0.31 | 21.51 | 0.25 | 0.59 |
| Hex | B0 | 8E | 7B | 0 | 13 | 1E | 1F | 16 | 19 | 3B |
| Octal | 260 | 216 | 173 | 0 | 23 | 36 | 37 | 26 | 31 | 73 |
| Binary | 10110000 | 10001110 | 1111011 | 0 | 10011 | 11110 | 11111 | 10110 | 11001 | 111011 |
Color Harmonies of #B08E7B
Complementary color
Monochromatic Colors of #B08E7B
Black with #B08E7B
Text Example
Text Example
White with #B08E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E7B; }
p { color: rgb(176,142,123); }
H1.HeaderClassName
{
color: #B08E7B;
}
.AnyTagClassName
{
color: #B08E7B;
}
</style>
background-color css
<style>
a { background-color: #B08E7B; }
a { background-color: rgb(176,142,123); }
div.DivClassName
{
background-color: #B08E7B;
}
.BgClassName
{
background-color: #B08E7B;
}
</style>
border-color css
<style>
span { border-color: #B08E7B; }
span { border-color: rgb(176,142,123); }
td.TdClassName
{
border-color: #B08E7B;
}
.TagClassName
{
border-color: #B08E7B;
}
</style>