Shades of Bouquet #BF76A4
Tints of Bouquet #BF76A4
RGB
CMYK
RGB Variations
Color information
#BF76A4 (or 0xBF76A4) is known color: Bouquet. HEX triplet: BF, 76 and A4. RGB value is (191,118,164). Sum of RGB (Red+Green+Blue) = 191+118+164=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76A4 is #40895B. Grayscale: #909090. Windows color (decimal): -4229468 or 10778303. OLE color: 10778303.
HSL color Cylindrical-coordinate representation of color #BF76A4: hue angle of 322.19º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF76A4 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 164 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.25 |
| HSL | 322.19º | 0.36% | 0.61% | - |
| HSV(B) | 322.19º | 0.38% | 0.75% | - |
| XYZ | 34.67 | 26.71 | 38.45 | - |
| YUV | 145.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 164 | 0 | 0.38 | 0.14 | 0.25 | 322.19 | 0.36 | 0.61 |
| Hex | BF | 76 | A4 | 0 | 26 | E | 19 | 142 | 24 | 3D |
| Octal | 277 | 166 | 244 | 0 | 46 | 16 | 31 | 502 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10100100 | 0 | 100110 | 1110 | 11001 | 101000010 | 100100 | 111101 |
Color Harmonies of #BF76A4
Complementary color
Monochromatic Colors of #BF76A4
Black with #BF76A4
Text Example
Text Example
White with #BF76A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76A4; }
p { color: rgb(191,118,164); }
H1.HeaderClassName
{
color: #BF76A4;
}
.AnyTagClassName
{
color: #BF76A4;
}
</style>
background-color css
<style>
a { background-color: #BF76A4; }
a { background-color: rgb(191,118,164); }
div.DivClassName
{
background-color: #BF76A4;
}
.BgClassName
{
background-color: #BF76A4;
}
</style>
border-color css
<style>
span { border-color: #BF76A4; }
span { border-color: rgb(191,118,164); }
td.TdClassName
{
border-color: #BF76A4;
}
.TagClassName
{
border-color: #BF76A4;
}
</style>