Shades of Bouquet #BF7EA2
Tints of Bouquet #BF7EA2
RGB
CMYK
RGB Variations
Color information
#BF7EA2 (or 0xBF7EA2) is known color: Bouquet. HEX triplet: BF, 7E and A2. RGB value is (191,126,162). Sum of RGB (Red+Green+Blue) = 191+126+162=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EA2 is #40815D. Grayscale: #959595. Windows color (decimal): -4227422 or 10649279. OLE color: 10649279.
HSL color Cylindrical-coordinate representation of color #BF7EA2: hue angle of 326.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7EA2 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 162 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.25 |
| HSL | 326.77º | 0.34% | 0.62% | - |
| HSV(B) | 326.77º | 0.34% | 0.75% | - |
| XYZ | 35.47 | 28.61 | 37.83 | - |
| YUV | 149.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 162 | 0 | 0.34 | 0.15 | 0.25 | 326.77 | 0.34 | 0.62 |
| Hex | BF | 7E | A2 | 0 | 22 | F | 19 | 147 | 22 | 3E |
| Octal | 277 | 176 | 242 | 0 | 42 | 17 | 31 | 507 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10100010 | 0 | 100010 | 1111 | 11001 | 101000111 | 100010 | 111110 |
Color Harmonies of #BF7EA2
Complementary color
Monochromatic Colors of #BF7EA2
Black with #BF7EA2
Text Example
Text Example
White with #BF7EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7EA2; }
p { color: rgb(191,126,162); }
H1.HeaderClassName
{
color: #BF7EA2;
}
.AnyTagClassName
{
color: #BF7EA2;
}
</style>
background-color css
<style>
a { background-color: #BF7EA2; }
a { background-color: rgb(191,126,162); }
div.DivClassName
{
background-color: #BF7EA2;
}
.BgClassName
{
background-color: #BF7EA2;
}
</style>
border-color css
<style>
span { border-color: #BF7EA2; }
span { border-color: rgb(191,126,162); }
td.TdClassName
{
border-color: #BF7EA2;
}
.TagClassName
{
border-color: #BF7EA2;
}
</style>