Shades of Tide #BFB7B0
Tints of Tide #BFB7B0
RGB
CMYK
RGB Variations
Color information
#BFB7B0 (or 0xBFB7B0) is known color: Tide. HEX triplet: BF, B7 and B0. RGB value is (191,183,176). Sum of RGB (Red+Green+Blue) = 191+183+176=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7B0 is #40484F. Grayscale: #B8B8B8. Windows color (decimal): -4212816 or 11581375. OLE color: 11581375.
HSL color Cylindrical-coordinate representation of color #BFB7B0: hue angle of 28º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB7B0 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 176 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.25 |
| HSL | 28º | 0.1% | 0.72% | - |
| HSV(B) | 28º | 0.08% | 0.75% | - |
| XYZ | 46.26 | 48.08 | 47.92 | - |
| YUV | 184.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 176 | 0 | 0.04 | 0.08 | 0.25 | 28 | 0.1 | 0.72 |
| Hex | BF | B7 | B0 | 0 | 4 | 8 | 19 | 1C | A | 48 |
| Octal | 277 | 267 | 260 | 0 | 4 | 10 | 31 | 34 | 12 | 110 |
| Binary | 10111111 | 10110111 | 10110000 | 0 | 100 | 1000 | 11001 | 11100 | 1010 | 1001000 |
Color Harmonies of #BFB7B0
Complementary color
Monochromatic Colors of #BFB7B0
Black with #BFB7B0
Text Example
Text Example
White with #BFB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7B0; }
p { color: rgb(191,183,176); }
H1.HeaderClassName
{
color: #BFB7B0;
}
.AnyTagClassName
{
color: #BFB7B0;
}
</style>
background-color css
<style>
a { background-color: #BFB7B0; }
a { background-color: rgb(191,183,176); }
div.DivClassName
{
background-color: #BFB7B0;
}
.BgClassName
{
background-color: #BFB7B0;
}
</style>
border-color css
<style>
span { border-color: #BFB7B0; }
span { border-color: rgb(191,183,176); }
td.TdClassName
{
border-color: #BFB7B0;
}
.TagClassName
{
border-color: #BFB7B0;
}
</style>