Shades of Bouquet #BF85A5
Tints of Bouquet #BF85A5
RGB
CMYK
RGB Variations
Color information
#BF85A5 (or 0xBF85A5) is known color: Bouquet. HEX triplet: BF, 85 and A5. RGB value is (191,133,165). Sum of RGB (Red+Green+Blue) = 191+133+165=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A5 is #407A5A. Grayscale: #999999. Windows color (decimal): -4225627 or 10847679. OLE color: 10847679.
HSL color Cylindrical-coordinate representation of color #BF85A5: hue angle of 326.9º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85A5 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 165 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.25 |
| HSL | 326.9º | 0.31% | 0.64% | - |
| HSV(B) | 326.9º | 0.3% | 0.75% | - |
| XYZ | 36.66 | 30.57 | 39.57 | - |
| YUV | 153.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 165 | 0 | 0.30 | 0.14 | 0.25 | 326.9 | 0.31 | 0.64 |
| Hex | BF | 85 | A5 | 0 | 1E | E | 19 | 147 | 1F | 40 |
| Octal | 277 | 205 | 245 | 0 | 36 | 16 | 31 | 507 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10100101 | 0 | 11110 | 1110 | 11001 | 101000111 | 11111 | 1000000 |
Color Harmonies of #BF85A5
Complementary color
Monochromatic Colors of #BF85A5
Black with #BF85A5
Text Example
Text Example
White with #BF85A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85A5; }
p { color: rgb(191,133,165); }
H1.HeaderClassName
{
color: #BF85A5;
}
.AnyTagClassName
{
color: #BF85A5;
}
</style>
background-color css
<style>
a { background-color: #BF85A5; }
a { background-color: rgb(191,133,165); }
div.DivClassName
{
background-color: #BF85A5;
}
.BgClassName
{
background-color: #BF85A5;
}
</style>
border-color css
<style>
span { border-color: #BF85A5; }
span { border-color: rgb(191,133,165); }
td.TdClassName
{
border-color: #BF85A5;
}
.TagClassName
{
border-color: #BF85A5;
}
</style>