Shades of Tide #BFB3A7
Tints of Tide #BFB3A7
RGB
CMYK
RGB Variations
Color information
#BFB3A7 (or 0xBFB3A7) is known color: Tide. HEX triplet: BF, B3 and A7. RGB value is (191,179,167). Sum of RGB (Red+Green+Blue) = 191+179+167=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB3A7 is #404C58. Grayscale: #B5B5B5. Windows color (decimal): -4213849 or 10990527. OLE color: 10990527.
HSL color Cylindrical-coordinate representation of color #BFB3A7: hue angle of 30º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB3A7 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 167 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.25 |
| HSL | 30º | 0.16% | 0.7% | - |
| HSV(B) | 30º | 0.13% | 0.75% | - |
| XYZ | 44.58 | 46.11 | 43.11 | - |
| YUV | 181.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 167 | 0 | 0.06 | 0.13 | 0.25 | 30 | 0.16 | 0.7 |
| Hex | BF | B3 | A7 | 0 | 6 | D | 19 | 1E | 10 | 46 |
| Octal | 277 | 263 | 247 | 0 | 6 | 15 | 31 | 36 | 20 | 106 |
| Binary | 10111111 | 10110011 | 10100111 | 0 | 110 | 1101 | 11001 | 11110 | 10000 | 1000110 |
Color Harmonies of #BFB3A7
Complementary color
Monochromatic Colors of #BFB3A7
Black with #BFB3A7
Text Example
Text Example
White with #BFB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3A7; }
p { color: rgb(191,179,167); }
H1.HeaderClassName
{
color: #BFB3A7;
}
.AnyTagClassName
{
color: #BFB3A7;
}
</style>
background-color css
<style>
a { background-color: #BFB3A7; }
a { background-color: rgb(191,179,167); }
div.DivClassName
{
background-color: #BFB3A7;
}
.BgClassName
{
background-color: #BFB3A7;
}
</style>
border-color css
<style>
span { border-color: #BFB3A7; }
span { border-color: rgb(191,179,167); }
td.TdClassName
{
border-color: #BFB3A7;
}
.TagClassName
{
border-color: #BFB3A7;
}
</style>