Shades of Sandrift #B08F7B
Tints of Sandrift #B08F7B
RGB
CMYK
RGB Variations
Color information
#B08F7B (or 0xB08F7B) is known color: Sandrift. HEX triplet: B0, 8F and 7B. RGB value is (176,143,123). Sum of RGB (Red+Green+Blue) = 176+143+123=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F7B is #4F7084. Grayscale: #969696. Windows color (decimal): -5206149 or 8097712. OLE color: 8097712.
HSL color Cylindrical-coordinate representation of color #B08F7B: hue angle of 22.64º 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 #B08F7B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 123 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.31 |
| HSL | 22.64º | 0.25% | 0.59% | - |
| HSV(B) | 22.64º | 0.3% | 0.69% | - |
| XYZ | 31.3 | 30.31 | 22.94 | - |
| YUV | 150.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 123 | 0 | 0.19 | 0.30 | 0.31 | 22.64 | 0.25 | 0.59 |
| Hex | B0 | 8F | 7B | 0 | 13 | 1E | 1F | 17 | 19 | 3B |
| Octal | 260 | 217 | 173 | 0 | 23 | 36 | 37 | 27 | 31 | 73 |
| Binary | 10110000 | 10001111 | 1111011 | 0 | 10011 | 11110 | 11111 | 10111 | 11001 | 111011 |
Color Harmonies of #B08F7B
Complementary color
Monochromatic Colors of #B08F7B
Black with #B08F7B
Text Example
Text Example
White with #B08F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F7B; }
p { color: rgb(176,143,123); }
H1.HeaderClassName
{
color: #B08F7B;
}
.AnyTagClassName
{
color: #B08F7B;
}
</style>
background-color css
<style>
a { background-color: #B08F7B; }
a { background-color: rgb(176,143,123); }
div.DivClassName
{
background-color: #B08F7B;
}
.BgClassName
{
background-color: #B08F7B;
}
</style>
border-color css
<style>
span { border-color: #B08F7B; }
span { border-color: rgb(176,143,123); }
td.TdClassName
{
border-color: #B08F7B;
}
.TagClassName
{
border-color: #B08F7B;
}
</style>