Shades of Bouquet #BE76A5
Tints of Bouquet #BE76A5
RGB
CMYK
RGB Variations
Color information
#BE76A5 (or 0xBE76A5) is known color: Bouquet. HEX triplet: BE, 76 and A5. RGB value is (190,118,165). Sum of RGB (Red+Green+Blue) = 190+118+165=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A5 is #41895A. Grayscale: #909090. Windows color (decimal): -4295003 or 10843838. OLE color: 10843838.
HSL color Cylindrical-coordinate representation of color #BE76A5: hue angle of 320.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE76A5 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 165 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.25 |
| HSL | 320.83º | 0.36% | 0.6% | - |
| HSV(B) | 320.83º | 0.38% | 0.75% | - |
| XYZ | 34.51 | 26.62 | 38.92 | - |
| YUV | 144.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 165 | 0 | 0.38 | 0.13 | 0.25 | 320.83 | 0.36 | 0.6 |
| Hex | BE | 76 | A5 | 0 | 26 | D | 19 | 141 | 24 | 3C |
| Octal | 276 | 166 | 245 | 0 | 46 | 15 | 31 | 501 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10100101 | 0 | 100110 | 1101 | 11001 | 101000001 | 100100 | 111100 |
Color Harmonies of #BE76A5
Complementary color
Monochromatic Colors of #BE76A5
Black with #BE76A5
Text Example
Text Example
White with #BE76A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76A5; }
p { color: rgb(190,118,165); }
H1.HeaderClassName
{
color: #BE76A5;
}
.AnyTagClassName
{
color: #BE76A5;
}
</style>
background-color css
<style>
a { background-color: #BE76A5; }
a { background-color: rgb(190,118,165); }
div.DivClassName
{
background-color: #BE76A5;
}
.BgClassName
{
background-color: #BE76A5;
}
</style>
border-color css
<style>
span { border-color: #BE76A5; }
span { border-color: rgb(190,118,165); }
td.TdClassName
{
border-color: #BE76A5;
}
.TagClassName
{
border-color: #BE76A5;
}
</style>