Shades of Tide #BFB1A5
Tints of Tide #BFB1A5
RGB
CMYK
RGB Variations
Color information
#BFB1A5 (or 0xBFB1A5) is known color: Tide. HEX triplet: BF, B1 and A5. RGB value is (191,177,165). Sum of RGB (Red+Green+Blue) = 191+177+165=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1A5 is #404E5A. Grayscale: #B3B3B3. Windows color (decimal): -4214363 or 10858943. OLE color: 10858943.
HSL color Cylindrical-coordinate representation of color #BFB1A5: hue angle of 27.69º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB1A5 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 165 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.25 |
| HSL | 27.69º | 0.17% | 0.7% | - |
| HSV(B) | 27.69º | 0.14% | 0.75% | - |
| XYZ | 44 | 45.24 | 42.01 | - |
| YUV | 179.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 165 | 0 | 0.07 | 0.14 | 0.25 | 27.69 | 0.17 | 0.7 |
| Hex | BF | B1 | A5 | 0 | 7 | E | 19 | 1C | 11 | 46 |
| Octal | 277 | 261 | 245 | 0 | 7 | 16 | 31 | 34 | 21 | 106 |
| Binary | 10111111 | 10110001 | 10100101 | 0 | 111 | 1110 | 11001 | 11100 | 10001 | 1000110 |
Color Harmonies of #BFB1A5
Complementary color
Monochromatic Colors of #BFB1A5
Black with #BFB1A5
Text Example
Text Example
White with #BFB1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1A5; }
p { color: rgb(191,177,165); }
H1.HeaderClassName
{
color: #BFB1A5;
}
.AnyTagClassName
{
color: #BFB1A5;
}
</style>
background-color css
<style>
a { background-color: #BFB1A5; }
a { background-color: rgb(191,177,165); }
div.DivClassName
{
background-color: #BFB1A5;
}
.BgClassName
{
background-color: #BFB1A5;
}
</style>
border-color css
<style>
span { border-color: #BFB1A5; }
span { border-color: rgb(191,177,165); }
td.TdClassName
{
border-color: #BFB1A5;
}
.TagClassName
{
border-color: #BFB1A5;
}
</style>