Shades of Bouquet #BE71A6
Tints of Bouquet #BE71A6
RGB
CMYK
RGB Variations
Color information
#BE71A6 (or 0xBE71A6) is known color: Bouquet. HEX triplet: BE, 71 and A6. RGB value is (190,113,166). Sum of RGB (Red+Green+Blue) = 190+113+166=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A6 is #418E59. Grayscale: #8D8D8D. Windows color (decimal): -4296282 or 10908094. OLE color: 10908094.
HSL color Cylindrical-coordinate representation of color #BE71A6: hue angle of 318.7º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71A6 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 166 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.25 |
| HSL | 318.7º | 0.37% | 0.59% | - |
| HSV(B) | 318.7º | 0.41% | 0.75% | - |
| XYZ | 34.02 | 25.51 | 39.21 | - |
| YUV | 142.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 166 | 0 | 0.41 | 0.13 | 0.25 | 318.7 | 0.37 | 0.59 |
| Hex | BE | 71 | A6 | 0 | 29 | D | 19 | 13F | 25 | 3B |
| Octal | 276 | 161 | 246 | 0 | 51 | 15 | 31 | 477 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10100110 | 0 | 101001 | 1101 | 11001 | 100111111 | 100101 | 111011 |
Color Harmonies of #BE71A6
Complementary color
Monochromatic Colors of #BE71A6
Black with #BE71A6
Text Example
Text Example
White with #BE71A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71A6; }
p { color: rgb(190,113,166); }
H1.HeaderClassName
{
color: #BE71A6;
}
.AnyTagClassName
{
color: #BE71A6;
}
</style>
background-color css
<style>
a { background-color: #BE71A6; }
a { background-color: rgb(190,113,166); }
div.DivClassName
{
background-color: #BE71A6;
}
.BgClassName
{
background-color: #BE71A6;
}
</style>
border-color css
<style>
span { border-color: #BE71A6; }
span { border-color: rgb(190,113,166); }
td.TdClassName
{
border-color: #BE71A6;
}
.TagClassName
{
border-color: #BE71A6;
}
</style>