Shades of Bouquet #BF7BA2
Tints of Bouquet #BF7BA2
RGB
CMYK
RGB Variations
Color information
#BF7BA2 (or 0xBF7BA2) is known color: Bouquet. HEX triplet: BF, 7B and A2. RGB value is (191,123,162). Sum of RGB (Red+Green+Blue) = 191+123+162=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BA2 is #40845D. Grayscale: #939393. Windows color (decimal): -4228190 or 10648511. OLE color: 10648511.
HSL color Cylindrical-coordinate representation of color #BF7BA2: hue angle of 325.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7BA2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 162 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.25 |
| HSL | 325.59º | 0.35% | 0.62% | - |
| HSV(B) | 325.59º | 0.36% | 0.75% | - |
| XYZ | 35.09 | 27.85 | 37.71 | - |
| YUV | 147.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 162 | 0 | 0.36 | 0.15 | 0.25 | 325.59 | 0.35 | 0.62 |
| Hex | BF | 7B | A2 | 0 | 24 | F | 19 | 146 | 23 | 3E |
| Octal | 277 | 173 | 242 | 0 | 44 | 17 | 31 | 506 | 43 | 76 |
| Binary | 10111111 | 1111011 | 10100010 | 0 | 100100 | 1111 | 11001 | 101000110 | 100011 | 111110 |
Color Harmonies of #BF7BA2
Complementary color
Monochromatic Colors of #BF7BA2
Black with #BF7BA2
Text Example
Text Example
White with #BF7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BA2; }
p { color: rgb(191,123,162); }
H1.HeaderClassName
{
color: #BF7BA2;
}
.AnyTagClassName
{
color: #BF7BA2;
}
</style>
background-color css
<style>
a { background-color: #BF7BA2; }
a { background-color: rgb(191,123,162); }
div.DivClassName
{
background-color: #BF7BA2;
}
.BgClassName
{
background-color: #BF7BA2;
}
</style>
border-color css
<style>
span { border-color: #BF7BA2; }
span { border-color: rgb(191,123,162); }
td.TdClassName
{
border-color: #BF7BA2;
}
.TagClassName
{
border-color: #BF7BA2;
}
</style>