Shades of Bouquet #BE78A3
Tints of Bouquet #BE78A3
RGB
CMYK
RGB Variations
Color information
#BE78A3 (or 0xBE78A3) is known color: Bouquet. HEX triplet: BE, 78 and A3. RGB value is (190,120,163). Sum of RGB (Red+Green+Blue) = 190+120+163=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78A3 is #41875C. Grayscale: #919191. Windows color (decimal): -4294493 or 10713278. OLE color: 10713278.
HSL color Cylindrical-coordinate representation of color #BE78A3: hue angle of 323.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE78A3 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 163 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.25 |
| HSL | 323.14º | 0.35% | 0.61% | - |
| HSV(B) | 323.14º | 0.37% | 0.75% | - |
| XYZ | 34.56 | 27.02 | 38.04 | - |
| YUV | 145.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 163 | 0 | 0.37 | 0.14 | 0.25 | 323.14 | 0.35 | 0.61 |
| Hex | BE | 78 | A3 | 0 | 25 | E | 19 | 143 | 23 | 3D |
| Octal | 276 | 170 | 243 | 0 | 45 | 16 | 31 | 503 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10100011 | 0 | 100101 | 1110 | 11001 | 101000011 | 100011 | 111101 |
Color Harmonies of #BE78A3
Complementary color
Monochromatic Colors of #BE78A3
Black with #BE78A3
Text Example
Text Example
White with #BE78A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78A3; }
p { color: rgb(190,120,163); }
H1.HeaderClassName
{
color: #BE78A3;
}
.AnyTagClassName
{
color: #BE78A3;
}
</style>
background-color css
<style>
a { background-color: #BE78A3; }
a { background-color: rgb(190,120,163); }
div.DivClassName
{
background-color: #BE78A3;
}
.BgClassName
{
background-color: #BE78A3;
}
</style>
border-color css
<style>
span { border-color: #BE78A3; }
span { border-color: rgb(190,120,163); }
td.TdClassName
{
border-color: #BE78A3;
}
.TagClassName
{
border-color: #BE78A3;
}
</style>