#BE74A9

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

Shades of Bouquet #BE74A9

Tints of Bouquet #BE74A9

Color information

#BE74A9 (or 0xBE74A9) is unknown color: approx Bouquet. HEX triplet: BE, 74 and A9. RGB value is (190,116,169). Sum of RGB (Red+Green+Blue) = 190+116+169=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A9 is #418B56. Grayscale: #909090. Windows color (decimal): -4295511 or 11105470. OLE color: 11105470.

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

Color convert

RGB190116169-
CMYK00.390.110.25
HSL317.03º36.27%60%-
HSV(B)317.03º38.95%74.51%-
XYZ34.6426.340.79-
YUV144.17142.02160.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=40%
G=24.42%
B=35.58%

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
Decimal19011616900.390.110.25317.0336.2760
HexBE74A9027B1913d243c
Octal27616425104713314754474
Binary101111101110100101010010100111101111001100111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74A9; }

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

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

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

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

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

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

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

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