Shades of Tide #BFB3A9
Tints of Tide #BFB3A9
RGB
CMYK
RGB Variations
Color information
#BFB3A9 (or 0xBFB3A9) is known color: Tide. HEX triplet: BF, B3 and A9. RGB value is (191,179,169). Sum of RGB (Red+Green+Blue) = 191+179+169=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB3A9 is #404C56. Grayscale: #B5B5B5. Windows color (decimal): -4213847 or 11121599. OLE color: 11121599.
HSL color Cylindrical-coordinate representation of color #BFB3A9: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB3A9 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 169 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.25 |
| HSL | 27.27º | 0.15% | 0.71% | - |
| HSV(B) | 27.27º | 0.12% | 0.75% | - |
| XYZ | 44.77 | 46.18 | 44.09 | - |
| YUV | 181.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 169 | 0 | 0.06 | 0.12 | 0.25 | 27.27 | 0.15 | 0.71 |
| Hex | BF | B3 | A9 | 0 | 6 | C | 19 | 1B | F | 47 |
| Octal | 277 | 263 | 251 | 0 | 6 | 14 | 31 | 33 | 17 | 107 |
| Binary | 10111111 | 10110011 | 10101001 | 0 | 110 | 1100 | 11001 | 11011 | 1111 | 1000111 |
Color Harmonies of #BFB3A9
Complementary color
Monochromatic Colors of #BFB3A9
Black with #BFB3A9
Text Example
Text Example
White with #BFB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3A9; }
p { color: rgb(191,179,169); }
H1.HeaderClassName
{
color: #BFB3A9;
}
.AnyTagClassName
{
color: #BFB3A9;
}
</style>
background-color css
<style>
a { background-color: #BFB3A9; }
a { background-color: rgb(191,179,169); }
div.DivClassName
{
background-color: #BFB3A9;
}
.BgClassName
{
background-color: #BFB3A9;
}
</style>
border-color css
<style>
span { border-color: #BFB3A9; }
span { border-color: rgb(191,179,169); }
td.TdClassName
{
border-color: #BFB3A9;
}
.TagClassName
{
border-color: #BFB3A9;
}
</style>