Shades of Tide #BFB7AD
Tints of Tide #BFB7AD
RGB
CMYK
RGB Variations
Color information
#BFB7AD (or 0xBFB7AD) is known color: Tide. HEX triplet: BF, B7 and AD. RGB value is (191,183,173). Sum of RGB (Red+Green+Blue) = 191+183+173=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7AD is #404852. Grayscale: #B8B8B8. Windows color (decimal): -4212819 or 11384767. OLE color: 11384767.
HSL color Cylindrical-coordinate representation of color #BFB7AD: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB7AD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 173 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.25 |
| HSL | 33.33º | 0.12% | 0.71% | - |
| HSV(B) | 33.33º | 0.09% | 0.75% | - |
| XYZ | 45.96 | 47.96 | 46.37 | - |
| YUV | 184.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 173 | 0 | 0.04 | 0.09 | 0.25 | 33.33 | 0.12 | 0.71 |
| Hex | BF | B7 | AD | 0 | 4 | 9 | 19 | 21 | C | 47 |
| Octal | 277 | 267 | 255 | 0 | 4 | 11 | 31 | 41 | 14 | 107 |
| Binary | 10111111 | 10110111 | 10101101 | 0 | 100 | 1001 | 11001 | 100001 | 1100 | 1000111 |
Color Harmonies of #BFB7AD
Complementary color
Monochromatic Colors of #BFB7AD
Black with #BFB7AD
Text Example
Text Example
White with #BFB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7AD; }
p { color: rgb(191,183,173); }
H1.HeaderClassName
{
color: #BFB7AD;
}
.AnyTagClassName
{
color: #BFB7AD;
}
</style>
background-color css
<style>
a { background-color: #BFB7AD; }
a { background-color: rgb(191,183,173); }
div.DivClassName
{
background-color: #BFB7AD;
}
.BgClassName
{
background-color: #BFB7AD;
}
</style>
border-color css
<style>
span { border-color: #BFB7AD; }
span { border-color: rgb(191,183,173); }
td.TdClassName
{
border-color: #BFB7AD;
}
.TagClassName
{
border-color: #BFB7AD;
}
</style>