#BE74AE

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

Shades of Bouquet #BE74AE

Tints of Bouquet #BE74AE

Color information

#BE74AE (or 0xBE74AE) is unknown color: approx Bouquet. HEX triplet: BE, 74 and AE. RGB value is (190,116,174). Sum of RGB (Red+Green+Blue) = 190+116+174=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74AE is #418B51. Grayscale: #909090. Windows color (decimal): -4295506 or 11433150. OLE color: 11433150.

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

Color convert

RGB190116174-
CMYK00.390.080.25
HSL312.97º36.27%60%-
HSV(B)312.97º38.95%74.51%-
XYZ35.1226.4943.31-
YUV144.74144.52160.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=39.58%
G=24.17%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011617400.390.080.25312.9736.2760
HexBE74AE027819139243c
Octal27616425604710314714474
Binary101111101110100101011100100111100011001100111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74AE; }

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

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

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

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

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

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

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

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