Shades of Bouquet #BE79A3
Tints of Bouquet #BE79A3
RGB
CMYK
RGB Variations
Color information
#BE79A3 (or 0xBE79A3) is known color: Bouquet. HEX triplet: BE, 79 and A3. RGB value is (190,121,163). Sum of RGB (Red+Green+Blue) = 190+121+163=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE79A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE79A3 is #41865C. Grayscale: #929292. Windows color (decimal): -4294237 or 10713534. OLE color: 10713534.
HSL color Cylindrical-coordinate representation of color #BE79A3: hue angle of 323.48º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE79A3 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 163 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.25 |
| HSL | 323.48º | 0.35% | 0.61% | - |
| HSV(B) | 323.48º | 0.36% | 0.75% | - |
| XYZ | 34.68 | 27.27 | 38.09 | - |
| YUV | 146.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 163 | 0 | 0.36 | 0.14 | 0.25 | 323.48 | 0.35 | 0.61 |
| Hex | BE | 79 | A3 | 0 | 24 | E | 19 | 143 | 23 | 3D |
| Octal | 276 | 171 | 243 | 0 | 44 | 16 | 31 | 503 | 43 | 75 |
| Binary | 10111110 | 1111001 | 10100011 | 0 | 100100 | 1110 | 11001 | 101000011 | 100011 | 111101 |
Color Harmonies of #BE79A3
Complementary color
Monochromatic Colors of #BE79A3
Black with #BE79A3
Text Example
Text Example
White with #BE79A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE79A3; }
p { color: rgb(190,121,163); }
H1.HeaderClassName
{
color: #BE79A3;
}
.AnyTagClassName
{
color: #BE79A3;
}
</style>
background-color css
<style>
a { background-color: #BE79A3; }
a { background-color: rgb(190,121,163); }
div.DivClassName
{
background-color: #BE79A3;
}
.BgClassName
{
background-color: #BE79A3;
}
</style>
border-color css
<style>
span { border-color: #BE79A3; }
span { border-color: rgb(190,121,163); }
td.TdClassName
{
border-color: #BE79A3;
}
.TagClassName
{
border-color: #BE79A3;
}
</style>