Shades of Tide #BFB7AC
Tints of Tide #BFB7AC
RGB
CMYK
RGB Variations
Color information
#BFB7AC (or 0xBFB7AC) is known color: Tide. HEX triplet: BF, B7 and AC. RGB value is (191,183,172). Sum of RGB (Red+Green+Blue) = 191+183+172=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7AC is #404853. Grayscale: #B8B8B8. Windows color (decimal): -4212820 or 11319231. OLE color: 11319231.
HSL color Cylindrical-coordinate representation of color #BFB7AC: hue angle of 34.74º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB7AC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 172 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.25 |
| HSL | 34.74º | 0.13% | 0.71% | - |
| HSV(B) | 34.74º | 0.1% | 0.75% | - |
| XYZ | 45.87 | 47.92 | 45.86 | - |
| YUV | 184.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 172 | 0 | 0.04 | 0.10 | 0.25 | 34.74 | 0.13 | 0.71 |
| Hex | BF | B7 | AC | 0 | 4 | A | 19 | 23 | D | 47 |
| Octal | 277 | 267 | 254 | 0 | 4 | 12 | 31 | 43 | 15 | 107 |
| Binary | 10111111 | 10110111 | 10101100 | 0 | 100 | 1010 | 11001 | 100011 | 1101 | 1000111 |
Color Harmonies of #BFB7AC
Complementary color
Monochromatic Colors of #BFB7AC
Black with #BFB7AC
Text Example
Text Example
White with #BFB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7AC; }
p { color: rgb(191,183,172); }
H1.HeaderClassName
{
color: #BFB7AC;
}
.AnyTagClassName
{
color: #BFB7AC;
}
</style>
background-color css
<style>
a { background-color: #BFB7AC; }
a { background-color: rgb(191,183,172); }
div.DivClassName
{
background-color: #BFB7AC;
}
.BgClassName
{
background-color: #BFB7AC;
}
</style>
border-color css
<style>
span { border-color: #BFB7AC; }
span { border-color: rgb(191,183,172); }
td.TdClassName
{
border-color: #BFB7AC;
}
.TagClassName
{
border-color: #BFB7AC;
}
</style>