Shades of Bouquet #BE72A3
Tints of Bouquet #BE72A3
RGB
CMYK
RGB Variations
Color information
#BE72A3 (or 0xBE72A3) is known color: Bouquet. HEX triplet: BE, 72 and A3. RGB value is (190,114,163). Sum of RGB (Red+Green+Blue) = 190+114+163=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72A3 is #418D5C. Grayscale: #8E8E8E. Windows color (decimal): -4296029 or 10711742. OLE color: 10711742.
HSL color Cylindrical-coordinate representation of color #BE72A3: hue angle of 321.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE72A3 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 163 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.25 |
| HSL | 321.32º | 0.37% | 0.6% | - |
| HSV(B) | 321.32º | 0.4% | 0.75% | - |
| XYZ | 33.86 | 25.63 | 37.81 | - |
| YUV | 142.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 163 | 0 | 0.40 | 0.14 | 0.25 | 321.32 | 0.37 | 0.6 |
| Hex | BE | 72 | A3 | 0 | 28 | E | 19 | 141 | 25 | 3C |
| Octal | 276 | 162 | 243 | 0 | 50 | 16 | 31 | 501 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10100011 | 0 | 101000 | 1110 | 11001 | 101000001 | 100101 | 111100 |
Color Harmonies of #BE72A3
Complementary color
Monochromatic Colors of #BE72A3
Black with #BE72A3
Text Example
Text Example
White with #BE72A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE72A3; }
p { color: rgb(190,114,163); }
H1.HeaderClassName
{
color: #BE72A3;
}
.AnyTagClassName
{
color: #BE72A3;
}
</style>
background-color css
<style>
a { background-color: #BE72A3; }
a { background-color: rgb(190,114,163); }
div.DivClassName
{
background-color: #BE72A3;
}
.BgClassName
{
background-color: #BE72A3;
}
</style>
border-color css
<style>
span { border-color: #BE72A3; }
span { border-color: rgb(190,114,163); }
td.TdClassName
{
border-color: #BE72A3;
}
.TagClassName
{
border-color: #BE72A3;
}
</style>