#BE71A2

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

Shades of Bouquet #BE71A2

Tints of Bouquet #BE71A2

Color information

#BE71A2 (or 0xBE71A2) is unknown color: approx Bouquet. HEX triplet: BE, 71 and A2. RGB value is (190,113,162). Sum of RGB (Red+Green+Blue) = 190+113+162=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A2 is #418E5D. Grayscale: #8D8D8D. Windows color (decimal): -4296286 or 10645950. OLE color: 10645950.

HSL color Cylindrical-coordinate representation of color #BE71A2: hue angle of 321.82º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71A2 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190113162-
CMYK00.410.150.25
HSL321.82º37.2%59.41%-
HSV(B)321.82º40.53%74.51%-
XYZ33.6625.3737.3-
YUV141.61139.51162.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=40.86%
G=24.30%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011316200.410.150.25321.8237.259.41
HexBE71A2029F19142253b
Octal27616124205117315024573
Binary101111101110001101000100101001111111001101000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71A2; }

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

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

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

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

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

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

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

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