#BE73A9

Color #BE73A9 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BE73A9

Tints of Bouquet #BE73A9

Color information

#BE73A9 (or 0xBE73A9) is unknown color: approx Bouquet. HEX triplet: BE, 73 and A9. RGB value is (190,115,169). Sum of RGB (Red+Green+Blue) = 190+115+169=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73A9 is #418C56. Grayscale: #8F8F8F. Windows color (decimal): -4295767 or 11105214. OLE color: 11105214.

HSL color Cylindrical-coordinate representation of color #BE73A9: hue angle of 316.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE73A9 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190115169-
CMYK00.390.110.25
HSL316.8º36.59%59.8%-
HSV(B)316.8º39.47%74.51%-
XYZ34.5326.0740.75-
YUV143.58142.35161.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=40.08%
G=24.26%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011516900.390.110.25316.836.5959.8
HexBE73A9027B1913d253c
Octal27616325104713314754574
Binary101111101110011101010010100111101111001100111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73A9; }

 p { color: rgb(190,115,169); }

 H1.HeaderClassName
 {
   color: #BE73A9;
 }
 .AnyTagClassName
 {
   color: #BE73A9;
 }
</style>
background-color css

<style>
 a { background-color: #BE73A9; }

 a { background-color: rgb(190,115,169); }

 div.DivClassName
 {
   background-color: #BE73A9;
 }
 .BgClassName
 {
   background-color: #BE73A9;
 }
</style>
border-color css

<style>
 span { border-color: #BE73A9; }

 span { border-color: rgb(190,115,169); }

 td.TdClassName
 {
   border-color: #BE73A9;
 }
 .TagClassName
 {
   border-color: #BE73A9;
 }
</style>