Shades of Bouquet #BE71A3
Tints of Bouquet #BE71A3
RGB
CMYK
RGB Variations
Color information
#BE71A3 (or 0xBE71A3) is known color: Bouquet. HEX triplet: BE, 71 and A3. RGB value is (190,113,163). Sum of RGB (Red+Green+Blue) = 190+113+163=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A3 is #418E5C. Grayscale: #8D8D8D. Windows color (decimal): -4296285 or 10711486. OLE color: 10711486.
HSL color Cylindrical-coordinate representation of color #BE71A3: hue angle of 321.04º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71A3 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 163 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.25 |
| HSL | 321.04º | 0.37% | 0.59% | - |
| HSV(B) | 321.04º | 0.41% | 0.75% | - |
| XYZ | 33.75 | 25.4 | 37.77 | - |
| YUV | 141.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 163 | 0 | 0.41 | 0.14 | 0.25 | 321.04 | 0.37 | 0.59 |
| Hex | BE | 71 | A3 | 0 | 29 | E | 19 | 141 | 25 | 3B |
| Octal | 276 | 161 | 243 | 0 | 51 | 16 | 31 | 501 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10100011 | 0 | 101001 | 1110 | 11001 | 101000001 | 100101 | 111011 |
Color Harmonies of #BE71A3
Complementary color
Monochromatic Colors of #BE71A3
Black with #BE71A3
Text Example
Text Example
White with #BE71A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71A3; }
p { color: rgb(190,113,163); }
H1.HeaderClassName
{
color: #BE71A3;
}
.AnyTagClassName
{
color: #BE71A3;
}
</style>
background-color css
<style>
a { background-color: #BE71A3; }
a { background-color: rgb(190,113,163); }
div.DivClassName
{
background-color: #BE71A3;
}
.BgClassName
{
background-color: #BE71A3;
}
</style>
border-color css
<style>
span { border-color: #BE71A3; }
span { border-color: rgb(190,113,163); }
td.TdClassName
{
border-color: #BE71A3;
}
.TagClassName
{
border-color: #BE71A3;
}
</style>