Shades of Tide #B9B1AD
Tints of Tide #B9B1AD
RGB
CMYK
RGB Variations
Color information
#B9B1AD (or 0xB9B1AD) is known color: Tide. HEX triplet: B9, B1 and AD. RGB value is (185,177,173). Sum of RGB (Red+Green+Blue) = 185+177+173=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B1AD is #464E52. Grayscale: #B2B2B2. Windows color (decimal): -4607571 or 11383225. OLE color: 11383225.
HSL color Cylindrical-coordinate representation of color #B9B1AD: hue angle of 20º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9B1AD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 173 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.27 |
| HSL | 20º | 0.08% | 0.7% | - |
| HSV(B) | 20º | 0.06% | 0.73% | - |
| XYZ | 43.27 | 44.78 | 45.9 | - |
| YUV | 178.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 173 | 0 | 0.04 | 0.06 | 0.27 | 20 | 0.08 | 0.7 |
| Hex | B9 | B1 | AD | 0 | 4 | 6 | 1B | 14 | 8 | 46 |
| Octal | 271 | 261 | 255 | 0 | 4 | 6 | 33 | 24 | 10 | 106 |
| Binary | 10111001 | 10110001 | 10101101 | 0 | 100 | 110 | 11011 | 10100 | 1000 | 1000110 |
Color Harmonies of #B9B1AD
Complementary color
Monochromatic Colors of #B9B1AD
Black with #B9B1AD
Text Example
Text Example
White with #B9B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B1AD; }
p { color: rgb(185,177,173); }
H1.HeaderClassName
{
color: #B9B1AD;
}
.AnyTagClassName
{
color: #B9B1AD;
}
</style>
background-color css
<style>
a { background-color: #B9B1AD; }
a { background-color: rgb(185,177,173); }
div.DivClassName
{
background-color: #B9B1AD;
}
.BgClassName
{
background-color: #B9B1AD;
}
</style>
border-color css
<style>
span { border-color: #B9B1AD; }
span { border-color: rgb(185,177,173); }
td.TdClassName
{
border-color: #B9B1AD;
}
.TagClassName
{
border-color: #B9B1AD;
}
</style>