Shades of Bouquet #BE73A6
Tints of Bouquet #BE73A6
RGB
CMYK
RGB Variations
Color information
#BE73A6 (or 0xBE73A6) is known color: Bouquet. HEX triplet: BE, 73 and A6. RGB value is (190,115,166). Sum of RGB (Red+Green+Blue) = 190+115+166=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73A6 is #418C59. Grayscale: #8F8F8F. Windows color (decimal): -4295770 or 10908606. OLE color: 10908606.
HSL color Cylindrical-coordinate representation of color #BE73A6: hue angle of 319.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE73A6 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 166 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.25 |
| HSL | 319.2º | 0.37% | 0.6% | - |
| HSV(B) | 319.2º | 0.39% | 0.75% | - |
| XYZ | 34.25 | 25.96 | 39.28 | - |
| YUV | 143.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 166 | 0 | 0.39 | 0.13 | 0.25 | 319.2 | 0.37 | 0.6 |
| Hex | BE | 73 | A6 | 0 | 27 | D | 19 | 13F | 25 | 3C |
| Octal | 276 | 163 | 246 | 0 | 47 | 15 | 31 | 477 | 45 | 74 |
| Binary | 10111110 | 1110011 | 10100110 | 0 | 100111 | 1101 | 11001 | 100111111 | 100101 | 111100 |
Color Harmonies of #BE73A6
Complementary color
Monochromatic Colors of #BE73A6
Black with #BE73A6
Text Example
Text Example
White with #BE73A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73A6; }
p { color: rgb(190,115,166); }
H1.HeaderClassName
{
color: #BE73A6;
}
.AnyTagClassName
{
color: #BE73A6;
}
</style>
background-color css
<style>
a { background-color: #BE73A6; }
a { background-color: rgb(190,115,166); }
div.DivClassName
{
background-color: #BE73A6;
}
.BgClassName
{
background-color: #BE73A6;
}
</style>
border-color css
<style>
span { border-color: #BE73A6; }
span { border-color: rgb(190,115,166); }
td.TdClassName
{
border-color: #BE73A6;
}
.TagClassName
{
border-color: #BE73A6;
}
</style>