Shades of Bouquet #BF78A5
Tints of Bouquet #BF78A5
RGB
CMYK
RGB Variations
Color information
#BF78A5 (or 0xBF78A5) is known color: Bouquet. HEX triplet: BF, 78 and A5. RGB value is (191,120,165). Sum of RGB (Red+Green+Blue) = 191+120+165=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A5 is #40875A. Grayscale: #929292. Windows color (decimal): -4228955 or 10844351. OLE color: 10844351.
HSL color Cylindrical-coordinate representation of color #BF78A5: hue angle of 321.97º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78A5 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 165 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.25 |
| HSL | 321.97º | 0.36% | 0.61% | - |
| HSV(B) | 321.97º | 0.37% | 0.75% | - |
| XYZ | 34.99 | 27.23 | 39.01 | - |
| YUV | 146.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 165 | 0 | 0.37 | 0.14 | 0.25 | 321.97 | 0.36 | 0.61 |
| Hex | BF | 78 | A5 | 0 | 25 | E | 19 | 142 | 24 | 3D |
| Octal | 277 | 170 | 245 | 0 | 45 | 16 | 31 | 502 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10100101 | 0 | 100101 | 1110 | 11001 | 101000010 | 100100 | 111101 |
Color Harmonies of #BF78A5
Complementary color
Monochromatic Colors of #BF78A5
Black with #BF78A5
Text Example
Text Example
White with #BF78A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78A5; }
p { color: rgb(191,120,165); }
H1.HeaderClassName
{
color: #BF78A5;
}
.AnyTagClassName
{
color: #BF78A5;
}
</style>
background-color css
<style>
a { background-color: #BF78A5; }
a { background-color: rgb(191,120,165); }
div.DivClassName
{
background-color: #BF78A5;
}
.BgClassName
{
background-color: #BF78A5;
}
</style>
border-color css
<style>
span { border-color: #BF78A5; }
span { border-color: rgb(191,120,165); }
td.TdClassName
{
border-color: #BF78A5;
}
.TagClassName
{
border-color: #BF78A5;
}
</style>