#BE73AC

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

Shades of Bouquet #BE73AC

Tints of Bouquet #BE73AC

Color information

#BE73AC (or 0xBE73AC) is unknown color: approx Bouquet. HEX triplet: BE, 73 and AC. RGB value is (190,115,172). Sum of RGB (Red+Green+Blue) = 190+115+172=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73AC is #418C53. Grayscale: #8F8F8F. Windows color (decimal): -4295764 or 11301822. OLE color: 11301822.

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

Color convert

RGB190115172-
CMYK00.390.090.25
HSL314.4º36.59%59.8%-
HSV(B)314.4º39.47%74.51%-
XYZ34.8126.1942.25-
YUV143.92143.85160.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=39.83%
G=24.11%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011517200.390.090.25314.436.5959.8
HexBE73AC02791913a253c
Octal27616325404711314724574
Binary101111101110011101011000100111100111001100111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73AC; }

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

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

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

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

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

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

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

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