Shades of Pink Flare #BFB0B1
Tints of Pink Flare #BFB0B1
RGB
CMYK
RGB Variations
Color information
#BFB0B1 (or 0xBFB0B1) is known color: Pink Flare. HEX triplet: BF, B0 and B1. RGB value is (191,176,177). Sum of RGB (Red+Green+Blue) = 191+176+177=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0B1 is #404F4E. Grayscale: #B4B4B4. Windows color (decimal): -4214607 or 11645119. OLE color: 11645119.
HSL color Cylindrical-coordinate representation of color #BFB0B1: hue angle of 356º 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 #BFB0B1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 177 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.25 |
| HSL | 356º | 0.1% | 0.72% | - |
| HSV(B) | 356º | 0.08% | 0.75% | - |
| XYZ | 44.95 | 45.3 | 47.97 | - |
| YUV | 180.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 177 | 0 | 0.08 | 0.07 | 0.25 | 356 | 0.1 | 0.72 |
| Hex | BF | B0 | B1 | 0 | 8 | 7 | 19 | 164 | A | 48 |
| Octal | 277 | 260 | 261 | 0 | 10 | 7 | 31 | 544 | 12 | 110 |
| Binary | 10111111 | 10110000 | 10110001 | 0 | 1000 | 111 | 11001 | 101100100 | 1010 | 1001000 |
Color Harmonies of #BFB0B1
Complementary color
Monochromatic Colors of #BFB0B1
Black with #BFB0B1
Text Example
Text Example
White with #BFB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0B1; }
p { color: rgb(191,176,177); }
H1.HeaderClassName
{
color: #BFB0B1;
}
.AnyTagClassName
{
color: #BFB0B1;
}
</style>
background-color css
<style>
a { background-color: #BFB0B1; }
a { background-color: rgb(191,176,177); }
div.DivClassName
{
background-color: #BFB0B1;
}
.BgClassName
{
background-color: #BFB0B1;
}
</style>
border-color css
<style>
span { border-color: #BFB0B1; }
span { border-color: rgb(191,176,177); }
td.TdClassName
{
border-color: #BFB0B1;
}
.TagClassName
{
border-color: #BFB0B1;
}
</style>