Shades of Sandrift #B09B87
Tints of Sandrift #B09B87
RGB
CMYK
RGB Variations
Color information
#B09B87 (or 0xB09B87) is known color: Sandrift. HEX triplet: B0, 9B and 87. RGB value is (176,155,135). Sum of RGB (Red+Green+Blue) = 176+155+135=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B87 is #4F6478. Grayscale: #9F9F9F. Windows color (decimal): -5203065 or 8887216. OLE color: 8887216.
HSL color Cylindrical-coordinate representation of color #B09B87: hue angle of 29.27º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09B87 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 135 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.31 |
| HSL | 29.27º | 0.21% | 0.61% | - |
| HSV(B) | 29.27º | 0.23% | 0.69% | - |
| XYZ | 34 | 34.42 | 27.77 | - |
| YUV | 159 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 135 | 0 | 0.12 | 0.23 | 0.31 | 29.27 | 0.21 | 0.61 |
| Hex | B0 | 9B | 87 | 0 | C | 17 | 1F | 1D | 15 | 3D |
| Octal | 260 | 233 | 207 | 0 | 14 | 27 | 37 | 35 | 25 | 75 |
| Binary | 10110000 | 10011011 | 10000111 | 0 | 1100 | 10111 | 11111 | 11101 | 10101 | 111101 |
Color Harmonies of #B09B87
Complementary color
Monochromatic Colors of #B09B87
Black with #B09B87
Text Example
Text Example
White with #B09B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B87; }
p { color: rgb(176,155,135); }
H1.HeaderClassName
{
color: #B09B87;
}
.AnyTagClassName
{
color: #B09B87;
}
</style>
background-color css
<style>
a { background-color: #B09B87; }
a { background-color: rgb(176,155,135); }
div.DivClassName
{
background-color: #B09B87;
}
.BgClassName
{
background-color: #B09B87;
}
</style>
border-color css
<style>
span { border-color: #B09B87; }
span { border-color: rgb(176,155,135); }
td.TdClassName
{
border-color: #B09B87;
}
.TagClassName
{
border-color: #B09B87;
}
</style>