Shades of Bouquet #BE7BA4
Tints of Bouquet #BE7BA4
RGB
CMYK
RGB Variations
Color information
#BE7BA4 (or 0xBE7BA4) is known color: Bouquet. HEX triplet: BE, 7B and A4. RGB value is (190,123,164). Sum of RGB (Red+Green+Blue) = 190+123+164=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BA4 is #41845B. Grayscale: #939393. Windows color (decimal): -4293724 or 10779582. OLE color: 10779582.
HSL color Cylindrical-coordinate representation of color #BE7BA4: hue angle of 323.28º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7BA4 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 164 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.25 |
| HSL | 323.28º | 0.34% | 0.61% | - |
| HSV(B) | 323.28º | 0.35% | 0.75% | - |
| XYZ | 35.02 | 27.79 | 38.64 | - |
| YUV | 147.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 164 | 0 | 0.35 | 0.14 | 0.25 | 323.28 | 0.34 | 0.61 |
| Hex | BE | 7B | A4 | 0 | 23 | E | 19 | 143 | 22 | 3D |
| Octal | 276 | 173 | 244 | 0 | 43 | 16 | 31 | 503 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10100100 | 0 | 100011 | 1110 | 11001 | 101000011 | 100010 | 111101 |
Color Harmonies of #BE7BA4
Complementary color
Monochromatic Colors of #BE7BA4
Black with #BE7BA4
Text Example
Text Example
White with #BE7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BA4; }
p { color: rgb(190,123,164); }
H1.HeaderClassName
{
color: #BE7BA4;
}
.AnyTagClassName
{
color: #BE7BA4;
}
</style>
background-color css
<style>
a { background-color: #BE7BA4; }
a { background-color: rgb(190,123,164); }
div.DivClassName
{
background-color: #BE7BA4;
}
.BgClassName
{
background-color: #BE7BA4;
}
</style>
border-color css
<style>
span { border-color: #BE7BA4; }
span { border-color: rgb(190,123,164); }
td.TdClassName
{
border-color: #BE7BA4;
}
.TagClassName
{
border-color: #BE7BA4;
}
</style>