Shades of Bouquet #BF80A1
Tints of Bouquet #BF80A1
RGB
CMYK
RGB Variations
Color information
#BF80A1 (or 0xBF80A1) is known color: Bouquet. HEX triplet: BF, 80 and A1. RGB value is (191,128,161). Sum of RGB (Red+Green+Blue) = 191+128+161=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80A1 is #407F5E. Grayscale: #969696. Windows color (decimal): -4226911 or 10584255. OLE color: 10584255.
HSL color Cylindrical-coordinate representation of color #BF80A1: hue angle of 328.57º 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 #BF80A1 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 161 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.25 |
| HSL | 328.57º | 0.33% | 0.63% | - |
| HSV(B) | 328.57º | 0.33% | 0.75% | - |
| XYZ | 35.64 | 29.09 | 37.45 | - |
| YUV | 150.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 161 | 0 | 0.33 | 0.16 | 0.25 | 328.57 | 0.33 | 0.63 |
| Hex | BF | 80 | A1 | 0 | 21 | 10 | 19 | 149 | 21 | 3F |
| Octal | 277 | 200 | 241 | 0 | 41 | 20 | 31 | 511 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10100001 | 0 | 100001 | 10000 | 11001 | 101001001 | 100001 | 111111 |
Color Harmonies of #BF80A1
Complementary color
Monochromatic Colors of #BF80A1
Black with #BF80A1
Text Example
Text Example
White with #BF80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80A1; }
p { color: rgb(191,128,161); }
H1.HeaderClassName
{
color: #BF80A1;
}
.AnyTagClassName
{
color: #BF80A1;
}
</style>
background-color css
<style>
a { background-color: #BF80A1; }
a { background-color: rgb(191,128,161); }
div.DivClassName
{
background-color: #BF80A1;
}
.BgClassName
{
background-color: #BF80A1;
}
</style>
border-color css
<style>
span { border-color: #BF80A1; }
span { border-color: rgb(191,128,161); }
td.TdClassName
{
border-color: #BF80A1;
}
.TagClassName
{
border-color: #BF80A1;
}
</style>