Shades of Tide #BFB6AA
Tints of Tide #BFB6AA
RGB
CMYK
RGB Variations
Color information
#BFB6AA (or 0xBFB6AA) is known color: Tide. HEX triplet: BF, B6 and AA. RGB value is (191,182,170). Sum of RGB (Red+Green+Blue) = 191+182+170=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6AA is #404955. Grayscale: #B7B7B7. Windows color (decimal): -4213078 or 11187903. OLE color: 11187903.
HSL color Cylindrical-coordinate representation of color #BFB6AA: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB6AA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 170 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.25 |
| HSL | 34.29º | 0.14% | 0.71% | - |
| HSV(B) | 34.29º | 0.11% | 0.75% | - |
| XYZ | 45.47 | 47.43 | 44.79 | - |
| YUV | 183.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 170 | 0 | 0.05 | 0.11 | 0.25 | 34.29 | 0.14 | 0.71 |
| Hex | BF | B6 | AA | 0 | 5 | B | 19 | 22 | E | 47 |
| Octal | 277 | 266 | 252 | 0 | 5 | 13 | 31 | 42 | 16 | 107 |
| Binary | 10111111 | 10110110 | 10101010 | 0 | 101 | 1011 | 11001 | 100010 | 1110 | 1000111 |
Color Harmonies of #BFB6AA
Complementary color
Monochromatic Colors of #BFB6AA
Black with #BFB6AA
Text Example
Text Example
White with #BFB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6AA; }
p { color: rgb(191,182,170); }
H1.HeaderClassName
{
color: #BFB6AA;
}
.AnyTagClassName
{
color: #BFB6AA;
}
</style>
background-color css
<style>
a { background-color: #BFB6AA; }
a { background-color: rgb(191,182,170); }
div.DivClassName
{
background-color: #BFB6AA;
}
.BgClassName
{
background-color: #BFB6AA;
}
</style>
border-color css
<style>
span { border-color: #BFB6AA; }
span { border-color: rgb(191,182,170); }
td.TdClassName
{
border-color: #BFB6AA;
}
.TagClassName
{
border-color: #BFB6AA;
}
</style>