#BE73AA

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

Shades of Bouquet #BE73AA

Tints of Bouquet #BE73AA

Color information

#BE73AA (or 0xBE73AA) is unknown color: approx Bouquet. HEX triplet: BE, 73 and AA. RGB value is (190,115,170). Sum of RGB (Red+Green+Blue) = 190+115+170=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73AA is #418C55. Grayscale: #8F8F8F. Windows color (decimal): -4295766 or 11170750. OLE color: 11170750.

HSL color Cylindrical-coordinate representation of color #BE73AA: hue angle of 316º 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 #BE73AA is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190115170-
CMYK00.390.110.25
HSL316º36.59%59.8%-
HSV(B)316º39.47%74.51%-
XYZ34.6226.1141.25-
YUV143.7142.85161.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=40%
G=24.21%
B=35.79%

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
Decimal19011517000.390.110.2531636.5959.8
HexBE73AA027B1913c253c
Octal27616325204713314744574
Binary101111101110011101010100100111101111001100111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73AA; }

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

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

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

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

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

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

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

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