#BE77A9

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

Shades of Bouquet #BE77A9

Tints of Bouquet #BE77A9

Color information

#BE77A9 (or 0xBE77A9) is unknown color: approx Bouquet. HEX triplet: BE, 77 and A9. RGB value is (190,119,169). Sum of RGB (Red+Green+Blue) = 190+119+169=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77A9 is #418856. Grayscale: #919191. Windows color (decimal): -4294743 or 11106238. OLE color: 11106238.

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

Color convert

RGB190119169-
CMYK00.370.110.25
HSL317.75º35.32%60.59%-
HSV(B)317.75º37.37%74.51%-
XYZ34.9927.0140.9-
YUV145.93141.02159.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=39.75%
G=24.90%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011916900.370.110.25317.7535.3260.59
HexBE77A9025B1913e233d
Octal27616725104513314764375
Binary101111101110111101010010100101101111001100111110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77A9; }

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

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

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

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

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

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

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

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