Shades of Bouquet #BF81A3
Tints of Bouquet #BF81A3
RGB
CMYK
RGB Variations
Color information
#BF81A3 (or 0xBF81A3) is known color: Bouquet. HEX triplet: BF, 81 and A3. RGB value is (191,129,163). Sum of RGB (Red+Green+Blue) = 191+129+163=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF81A3 is #407E5C. Grayscale: #979797. Windows color (decimal): -4226653 or 10715583. OLE color: 10715583.
HSL color Cylindrical-coordinate representation of color #BF81A3: hue angle of 327.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF81A3 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 163 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.25 |
| HSL | 327.1º | 0.33% | 0.63% | - |
| HSV(B) | 327.1º | 0.32% | 0.75% | - |
| XYZ | 35.95 | 29.42 | 38.43 | - |
| YUV | 151.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 163 | 0 | 0.32 | 0.15 | 0.25 | 327.1 | 0.33 | 0.63 |
| Hex | BF | 81 | A3 | 0 | 20 | F | 19 | 147 | 21 | 3F |
| Octal | 277 | 201 | 243 | 0 | 40 | 17 | 31 | 507 | 41 | 77 |
| Binary | 10111111 | 10000001 | 10100011 | 0 | 100000 | 1111 | 11001 | 101000111 | 100001 | 111111 |
Color Harmonies of #BF81A3
Complementary color
Monochromatic Colors of #BF81A3
Black with #BF81A3
Text Example
Text Example
White with #BF81A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81A3; }
p { color: rgb(191,129,163); }
H1.HeaderClassName
{
color: #BF81A3;
}
.AnyTagClassName
{
color: #BF81A3;
}
</style>
background-color css
<style>
a { background-color: #BF81A3; }
a { background-color: rgb(191,129,163); }
div.DivClassName
{
background-color: #BF81A3;
}
.BgClassName
{
background-color: #BF81A3;
}
</style>
border-color css
<style>
span { border-color: #BF81A3; }
span { border-color: rgb(191,129,163); }
td.TdClassName
{
border-color: #BF81A3;
}
.TagClassName
{
border-color: #BF81A3;
}
</style>