#BE74AA

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

Shades of Bouquet #BE74AA

Tints of Bouquet #BE74AA

Color information

#BE74AA (or 0xBE74AA) is unknown color: approx Bouquet. HEX triplet: BE, 74 and AA. RGB value is (190,116,170). Sum of RGB (Red+Green+Blue) = 190+116+170=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74AA is #418B55. Grayscale: #909090. Windows color (decimal): -4295510 or 11171006. OLE color: 11171006.

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

Color convert

RGB190116170-
CMYK00.390.110.25
HSL316.22º36.27%60%-
HSV(B)316.22º38.95%74.51%-
XYZ34.7426.3441.28-
YUV144.28142.52160.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=39.92%
G=24.37%
B=35.71%

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
Decimal19011617000.390.110.25316.2236.2760
HexBE74AA027B1913c243c
Octal27616425204713314744474
Binary101111101110100101010100100111101111001100111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74AA; }

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

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

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

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

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

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

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

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