Shades of Bouquet #BE73AC
Tints of Bouquet #BE73AC
RGB
CMYK
RGB Variations
Color information
#BE73AC (or 0xBE73AC) is known color: Bouquet. HEX triplet: BE, 73 and AC. RGB value is (190,115,172). Sum of RGB (Red+Green+Blue) = 190+115+172=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73AC is #418C53. Grayscale: #8F8F8F. Windows color (decimal): -4295764 or 11301822. OLE color: 11301822.
HSL color Cylindrical-coordinate representation of color #BE73AC: hue angle of 314.4º 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 #BE73AC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 172 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.25 |
| HSL | 314.4º | 0.37% | 0.6% | - |
| HSV(B) | 314.4º | 0.39% | 0.75% | - |
| XYZ | 34.81 | 26.19 | 42.25 | - |
| YUV | 143.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 172 | 0 | 0.39 | 0.09 | 0.25 | 314.4 | 0.37 | 0.6 |
| Hex | BE | 73 | AC | 0 | 27 | 9 | 19 | 13A | 25 | 3C |
| Octal | 276 | 163 | 254 | 0 | 47 | 11 | 31 | 472 | 45 | 74 |
| Binary | 10111110 | 1110011 | 10101100 | 0 | 100111 | 1001 | 11001 | 100111010 | 100101 | 111100 |
Color Harmonies of #BE73AC
Complementary color
Monochromatic Colors of #BE73AC
Black with #BE73AC
Text Example
Text Example
White with #BE73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73AC; }
p { color: rgb(190,115,172); }
H1.HeaderClassName
{
color: #BE73AC;
}
.AnyTagClassName
{
color: #BE73AC;
}
</style>
background-color css
<style>
a { background-color: #BE73AC; }
a { background-color: rgb(190,115,172); }
div.DivClassName
{
background-color: #BE73AC;
}
.BgClassName
{
background-color: #BE73AC;
}
</style>
border-color css
<style>
span { border-color: #BE73AC; }
span { border-color: rgb(190,115,172); }
td.TdClassName
{
border-color: #BE73AC;
}
.TagClassName
{
border-color: #BE73AC;
}
</style>