Shades of Bouquet #BE72A5
Tints of Bouquet #BE72A5
RGB
CMYK
RGB Variations
Color information
#BE72A5 (or 0xBE72A5) is known color: Bouquet. HEX triplet: BE, 72 and A5. RGB value is (190,114,165). Sum of RGB (Red+Green+Blue) = 190+114+165=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72A5 is #418D5A. Grayscale: #8E8E8E. Windows color (decimal): -4296027 or 10842814. OLE color: 10842814.
HSL color Cylindrical-coordinate representation of color #BE72A5: hue angle of 319.74º 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 #BE72A5 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 165 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.25 |
| HSL | 319.74º | 0.37% | 0.6% | - |
| HSV(B) | 319.74º | 0.4% | 0.75% | - |
| XYZ | 34.04 | 25.7 | 38.76 | - |
| YUV | 142.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 165 | 0 | 0.40 | 0.13 | 0.25 | 319.74 | 0.37 | 0.6 |
| Hex | BE | 72 | A5 | 0 | 28 | D | 19 | 140 | 25 | 3C |
| Octal | 276 | 162 | 245 | 0 | 50 | 15 | 31 | 500 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10100101 | 0 | 101000 | 1101 | 11001 | 101000000 | 100101 | 111100 |
Color Harmonies of #BE72A5
Complementary color
Monochromatic Colors of #BE72A5
Black with #BE72A5
Text Example
Text Example
White with #BE72A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE72A5; }
p { color: rgb(190,114,165); }
H1.HeaderClassName
{
color: #BE72A5;
}
.AnyTagClassName
{
color: #BE72A5;
}
</style>
background-color css
<style>
a { background-color: #BE72A5; }
a { background-color: rgb(190,114,165); }
div.DivClassName
{
background-color: #BE72A5;
}
.BgClassName
{
background-color: #BE72A5;
}
</style>
border-color css
<style>
span { border-color: #BE72A5; }
span { border-color: rgb(190,114,165); }
td.TdClassName
{
border-color: #BE72A5;
}
.TagClassName
{
border-color: #BE72A5;
}
</style>