#BE73A5

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

Shades of Bouquet #BE73A5

Tints of Bouquet #BE73A5

Color information

#BE73A5 (or 0xBE73A5) is unknown color: approx Bouquet. HEX triplet: BE, 73 and A5. RGB value is (190,115,165). Sum of RGB (Red+Green+Blue) = 190+115+165=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73A5 is #418C5A. Grayscale: #8F8F8F. Windows color (decimal): -4295771 or 10843070. OLE color: 10843070.

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

Color convert

RGB190115165-
CMYK00.390.130.25
HSL320º36.59%59.8%-
HSV(B)320º39.47%74.51%-
XYZ34.1625.9338.8-
YUV143.12140.35161.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=40.43%
G=24.47%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011516500.390.130.2532036.5959.8
HexBE73A5027D19140253c
Octal27616324504715315004574
Binary101111101110011101001010100111110111001101000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73A5; }

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

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

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

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

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

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

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

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