Shades of Bouquet #BF7CA4
Tints of Bouquet #BF7CA4
RGB
CMYK
RGB Variations
Color information
#BF7CA4 (or 0xBF7CA4) is known color: Bouquet. HEX triplet: BF, 7C and A4. RGB value is (191,124,164). Sum of RGB (Red+Green+Blue) = 191+124+164=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CA4 is #40835B. Grayscale: #949494. Windows color (decimal): -4227932 or 10779839. OLE color: 10779839.
HSL color Cylindrical-coordinate representation of color #BF7CA4: hue angle of 324.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7CA4 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 164 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.25 |
| HSL | 324.18º | 0.34% | 0.62% | - |
| HSV(B) | 324.18º | 0.35% | 0.75% | - |
| XYZ | 35.39 | 28.17 | 38.69 | - |
| YUV | 148.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 164 | 0 | 0.35 | 0.14 | 0.25 | 324.18 | 0.34 | 0.62 |
| Hex | BF | 7C | A4 | 0 | 23 | E | 19 | 144 | 22 | 3E |
| Octal | 277 | 174 | 244 | 0 | 43 | 16 | 31 | 504 | 42 | 76 |
| Binary | 10111111 | 1111100 | 10100100 | 0 | 100011 | 1110 | 11001 | 101000100 | 100010 | 111110 |
Color Harmonies of #BF7CA4
Complementary color
Monochromatic Colors of #BF7CA4
Black with #BF7CA4
Text Example
Text Example
White with #BF7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CA4; }
p { color: rgb(191,124,164); }
H1.HeaderClassName
{
color: #BF7CA4;
}
.AnyTagClassName
{
color: #BF7CA4;
}
</style>
background-color css
<style>
a { background-color: #BF7CA4; }
a { background-color: rgb(191,124,164); }
div.DivClassName
{
background-color: #BF7CA4;
}
.BgClassName
{
background-color: #BF7CA4;
}
</style>
border-color css
<style>
span { border-color: #BF7CA4; }
span { border-color: rgb(191,124,164); }
td.TdClassName
{
border-color: #BF7CA4;
}
.TagClassName
{
border-color: #BF7CA4;
}
</style>