Shades of Bouquet #BF7CA5
Tints of Bouquet #BF7CA5
RGB
CMYK
RGB Variations
Color information
#BF7CA5 (or 0xBF7CA5) is known color: Bouquet. HEX triplet: BF, 7C and A5. RGB value is (191,124,165). Sum of RGB (Red+Green+Blue) = 191+124+165=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CA5 is #40835A. Grayscale: #949494. Windows color (decimal): -4227931 or 10845375. OLE color: 10845375.
HSL color Cylindrical-coordinate representation of color #BF7CA5: hue angle of 323.28º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7CA5 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 165 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.25 |
| HSL | 323.28º | 0.34% | 0.62% | - |
| HSV(B) | 323.28º | 0.35% | 0.75% | - |
| XYZ | 35.49 | 28.21 | 39.17 | - |
| YUV | 148.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 165 | 0 | 0.35 | 0.14 | 0.25 | 323.28 | 0.34 | 0.62 |
| Hex | BF | 7C | A5 | 0 | 23 | E | 19 | 143 | 22 | 3E |
| Octal | 277 | 174 | 245 | 0 | 43 | 16 | 31 | 503 | 42 | 76 |
| Binary | 10111111 | 1111100 | 10100101 | 0 | 100011 | 1110 | 11001 | 101000011 | 100010 | 111110 |
Color Harmonies of #BF7CA5
Complementary color
Monochromatic Colors of #BF7CA5
Black with #BF7CA5
Text Example
Text Example
White with #BF7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CA5; }
p { color: rgb(191,124,165); }
H1.HeaderClassName
{
color: #BF7CA5;
}
.AnyTagClassName
{
color: #BF7CA5;
}
</style>
background-color css
<style>
a { background-color: #BF7CA5; }
a { background-color: rgb(191,124,165); }
div.DivClassName
{
background-color: #BF7CA5;
}
.BgClassName
{
background-color: #BF7CA5;
}
</style>
border-color css
<style>
span { border-color: #BF7CA5; }
span { border-color: rgb(191,124,165); }
td.TdClassName
{
border-color: #BF7CA5;
}
.TagClassName
{
border-color: #BF7CA5;
}
</style>