#BE71A9

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

Shades of Bouquet #BE71A9

Tints of Bouquet #BE71A9

Color information

#BE71A9 (or 0xBE71A9) is unknown color: approx Bouquet. HEX triplet: BE, 71 and A9. RGB value is (190,113,169). Sum of RGB (Red+Green+Blue) = 190+113+169=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A9 is #418E56. Grayscale: #8E8E8E. Windows color (decimal): -4296279 or 11104702. OLE color: 11104702.

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

Color convert

RGB190113169-
CMYK00.410.110.25
HSL316.36º37.2%59.41%-
HSV(B)316.36º40.53%74.51%-
XYZ34.325.6240.67-
YUV142.41143.01161.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=40.25%
G=23.94%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011316900.410.110.25316.3637.259.41
HexBE71A9029B1913c253b
Octal27616125105113314744573
Binary101111101110001101010010101001101111001100111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71A9; }

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

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

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

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

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

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

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

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