#BE74A2

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

Shades of Bouquet #BE74A2

Tints of Bouquet #BE74A2

Color information

#BE74A2 (or 0xBE74A2) is unknown color: approx Bouquet. HEX triplet: BE, 74 and A2. RGB value is (190,116,162). Sum of RGB (Red+Green+Blue) = 190+116+162=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A2 is #418B5D. Grayscale: #8F8F8F. Windows color (decimal): -4295518 or 10646718. OLE color: 10646718.

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

Color convert

RGB190116162-
CMYK00.390.150.25
HSL322.7º36.27%60%-
HSV(B)322.7º38.95%74.51%-
XYZ3426.0537.42-
YUV143.37138.52161.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 162 (63.67% from 255) = 34.62%
R=40.60%
G=24.79%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011616200.390.150.25322.736.2760
HexBE74A2027F19143243c
Octal27616424204717315034474
Binary101111101110100101000100100111111111001101000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74A2; }

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

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

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

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

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

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

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

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