Shades of Bouquet #BE74A6
Tints of Bouquet #BE74A6
RGB
CMYK
RGB Variations
Color information
#BE74A6 (or 0xBE74A6) is known color: Bouquet. HEX triplet: BE, 74 and A6. RGB value is (190,116,166). Sum of RGB (Red+Green+Blue) = 190+116+166=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A6 is #418B59. Grayscale: #8F8F8F. Windows color (decimal): -4295514 or 10908862. OLE color: 10908862.
HSL color Cylindrical-coordinate representation of color #BE74A6: hue angle of 319.46º degrees, saturation: 0.36, 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 #BE74A6 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 166 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.25 |
| HSL | 319.46º | 0.36% | 0.6% | - |
| HSV(B) | 319.46º | 0.39% | 0.75% | - |
| XYZ | 34.36 | 26.19 | 39.32 | - |
| YUV | 143.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 166 | 0 | 0.39 | 0.13 | 0.25 | 319.46 | 0.36 | 0.6 |
| Hex | BE | 74 | A6 | 0 | 27 | D | 19 | 13F | 24 | 3C |
| Octal | 276 | 164 | 246 | 0 | 47 | 15 | 31 | 477 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10100110 | 0 | 100111 | 1101 | 11001 | 100111111 | 100100 | 111100 |
Color Harmonies of #BE74A6
Complementary color
Monochromatic Colors of #BE74A6
Black with #BE74A6
Text Example
Text Example
White with #BE74A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74A6; }
p { color: rgb(190,116,166); }
H1.HeaderClassName
{
color: #BE74A6;
}
.AnyTagClassName
{
color: #BE74A6;
}
</style>
background-color css
<style>
a { background-color: #BE74A6; }
a { background-color: rgb(190,116,166); }
div.DivClassName
{
background-color: #BE74A6;
}
.BgClassName
{
background-color: #BE74A6;
}
</style>
border-color css
<style>
span { border-color: #BE74A6; }
span { border-color: rgb(190,116,166); }
td.TdClassName
{
border-color: #BE74A6;
}
.TagClassName
{
border-color: #BE74A6;
}
</style>