Shades of Tide #B9B0AA
Tints of Tide #B9B0AA
RGB
CMYK
RGB Variations
Color information
#B9B0AA (or 0xB9B0AA) is known color: Tide. HEX triplet: B9, B0 and AA. RGB value is (185,176,170). Sum of RGB (Red+Green+Blue) = 185+176+170=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B0AA is #464F55. Grayscale: #B2B2B2. Windows color (decimal): -4607830 or 11186361. OLE color: 11186361.
HSL color Cylindrical-coordinate representation of color #B9B0AA: hue angle of 24º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9B0AA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 170 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.27 |
| HSL | 24º | 0.1% | 0.7% | - |
| HSV(B) | 24º | 0.08% | 0.73% | - |
| XYZ | 42.79 | 44.27 | 44.32 | - |
| YUV | 178.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 170 | 0 | 0.05 | 0.08 | 0.27 | 24 | 0.1 | 0.7 |
| Hex | B9 | B0 | AA | 0 | 5 | 8 | 1B | 18 | A | 46 |
| Octal | 271 | 260 | 252 | 0 | 5 | 10 | 33 | 30 | 12 | 106 |
| Binary | 10111001 | 10110000 | 10101010 | 0 | 101 | 1000 | 11011 | 11000 | 1010 | 1000110 |
Color Harmonies of #B9B0AA
Complementary color
Monochromatic Colors of #B9B0AA
Black with #B9B0AA
Text Example
Text Example
White with #B9B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0AA; }
p { color: rgb(185,176,170); }
H1.HeaderClassName
{
color: #B9B0AA;
}
.AnyTagClassName
{
color: #B9B0AA;
}
</style>
background-color css
<style>
a { background-color: #B9B0AA; }
a { background-color: rgb(185,176,170); }
div.DivClassName
{
background-color: #B9B0AA;
}
.BgClassName
{
background-color: #B9B0AA;
}
</style>
border-color css
<style>
span { border-color: #B9B0AA; }
span { border-color: rgb(185,176,170); }
td.TdClassName
{
border-color: #B9B0AA;
}
.TagClassName
{
border-color: #B9B0AA;
}
</style>