Shades of Bouquet #BF80A5
Tints of Bouquet #BF80A5
RGB
CMYK
RGB Variations
Color information
#BF80A5 (or 0xBF80A5) is known color: Bouquet. HEX triplet: BF, 80 and A5. RGB value is (191,128,165). Sum of RGB (Red+Green+Blue) = 191+128+165=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80A5 is #407F5A. Grayscale: #969696. Windows color (decimal): -4226907 or 10846399. OLE color: 10846399.
HSL color Cylindrical-coordinate representation of color #BF80A5: hue angle of 324.76º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80A5 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 165 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.25 |
| HSL | 324.76º | 0.33% | 0.63% | - |
| HSV(B) | 324.76º | 0.33% | 0.75% | - |
| XYZ | 36 | 29.23 | 39.34 | - |
| YUV | 151.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 165 | 0 | 0.33 | 0.14 | 0.25 | 324.76 | 0.33 | 0.63 |
| Hex | BF | 80 | A5 | 0 | 21 | E | 19 | 145 | 21 | 3F |
| Octal | 277 | 200 | 245 | 0 | 41 | 16 | 31 | 505 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10100101 | 0 | 100001 | 1110 | 11001 | 101000101 | 100001 | 111111 |
Color Harmonies of #BF80A5
Complementary color
Monochromatic Colors of #BF80A5
Black with #BF80A5
Text Example
Text Example
White with #BF80A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80A5; }
p { color: rgb(191,128,165); }
H1.HeaderClassName
{
color: #BF80A5;
}
.AnyTagClassName
{
color: #BF80A5;
}
</style>
background-color css
<style>
a { background-color: #BF80A5; }
a { background-color: rgb(191,128,165); }
div.DivClassName
{
background-color: #BF80A5;
}
.BgClassName
{
background-color: #BF80A5;
}
</style>
border-color css
<style>
span { border-color: #BF80A5; }
span { border-color: rgb(191,128,165); }
td.TdClassName
{
border-color: #BF80A5;
}
.TagClassName
{
border-color: #BF80A5;
}
</style>