Shades of Tide #B9B1A7
Tints of Tide #B9B1A7
RGB
CMYK
RGB Variations
Color information
#B9B1A7 (or 0xB9B1A7) is known color: Tide. HEX triplet: B9, B1 and A7. RGB value is (185,177,167). Sum of RGB (Red+Green+Blue) = 185+177+167=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B1A7 is #464E58. Grayscale: #B2B2B2. Windows color (decimal): -4607577 or 10990009. OLE color: 10990009.
HSL color Cylindrical-coordinate representation of color #B9B1A7: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9B1A7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 167 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.27 |
| HSL | 33.33º | 0.11% | 0.69% | - |
| HSV(B) | 33.33º | 0.1% | 0.73% | - |
| XYZ | 42.7 | 44.55 | 42.91 | - |
| YUV | 178.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 167 | 0 | 0.04 | 0.10 | 0.27 | 33.33 | 0.11 | 0.69 |
| Hex | B9 | B1 | A7 | 0 | 4 | A | 1B | 21 | B | 45 |
| Octal | 271 | 261 | 247 | 0 | 4 | 12 | 33 | 41 | 13 | 105 |
| Binary | 10111001 | 10110001 | 10100111 | 0 | 100 | 1010 | 11011 | 100001 | 1011 | 1000101 |
Color Harmonies of #B9B1A7
Complementary color
Monochromatic Colors of #B9B1A7
Black with #B9B1A7
Text Example
Text Example
White with #B9B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B1A7; }
p { color: rgb(185,177,167); }
H1.HeaderClassName
{
color: #B9B1A7;
}
.AnyTagClassName
{
color: #B9B1A7;
}
</style>
background-color css
<style>
a { background-color: #B9B1A7; }
a { background-color: rgb(185,177,167); }
div.DivClassName
{
background-color: #B9B1A7;
}
.BgClassName
{
background-color: #B9B1A7;
}
</style>
border-color css
<style>
span { border-color: #B9B1A7; }
span { border-color: rgb(185,177,167); }
td.TdClassName
{
border-color: #B9B1A7;
}
.TagClassName
{
border-color: #B9B1A7;
}
</style>