Shades of Tide #BFB4A9
Tints of Tide #BFB4A9
RGB
CMYK
RGB Variations
Color information
#BFB4A9 (or 0xBFB4A9) is known color: Tide. HEX triplet: BF, B4 and A9. RGB value is (191,180,169). Sum of RGB (Red+Green+Blue) = 191+180+169=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4A9 is #404B56. Grayscale: #B6B6B6. Windows color (decimal): -4213591 or 11121855. OLE color: 11121855.
HSL color Cylindrical-coordinate representation of color #BFB4A9: hue angle of 30º 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 #BFB4A9 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 169 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.25 |
| HSL | 30º | 0.15% | 0.71% | - |
| HSV(B) | 30º | 0.12% | 0.75% | - |
| XYZ | 44.97 | 46.58 | 44.16 | - |
| YUV | 182.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 169 | 0 | 0.06 | 0.12 | 0.25 | 30 | 0.15 | 0.71 |
| Hex | BF | B4 | A9 | 0 | 6 | C | 19 | 1E | F | 47 |
| Octal | 277 | 264 | 251 | 0 | 6 | 14 | 31 | 36 | 17 | 107 |
| Binary | 10111111 | 10110100 | 10101001 | 0 | 110 | 1100 | 11001 | 11110 | 1111 | 1000111 |
Color Harmonies of #BFB4A9
Complementary color
Monochromatic Colors of #BFB4A9
Black with #BFB4A9
Text Example
Text Example
White with #BFB4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4A9; }
p { color: rgb(191,180,169); }
H1.HeaderClassName
{
color: #BFB4A9;
}
.AnyTagClassName
{
color: #BFB4A9;
}
</style>
background-color css
<style>
a { background-color: #BFB4A9; }
a { background-color: rgb(191,180,169); }
div.DivClassName
{
background-color: #BFB4A9;
}
.BgClassName
{
background-color: #BFB4A9;
}
</style>
border-color css
<style>
span { border-color: #BFB4A9; }
span { border-color: rgb(191,180,169); }
td.TdClassName
{
border-color: #BFB4A9;
}
.TagClassName
{
border-color: #BFB4A9;
}
</style>