#BE77A4

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

Shades of Bouquet #BE77A4

Tints of Bouquet #BE77A4

Color information

#BE77A4 (or 0xBE77A4) is unknown color: approx Bouquet. HEX triplet: BE, 77 and A4. RGB value is (190,119,164). Sum of RGB (Red+Green+Blue) = 190+119+164=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77A4 is #41885B. Grayscale: #919191. Windows color (decimal): -4294748 or 10778558. OLE color: 10778558.

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

Color convert

RGB190119164-
CMYK00.370.140.25
HSL321.97º35.32%60.59%-
HSV(B)321.97º37.37%74.51%-
XYZ34.5326.8238.48-
YUV145.36138.52159.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=40.17%
G=25.16%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011916400.370.140.25321.9735.3260.59
HexBE77A4025E19142233d
Octal27616724404516315024375
Binary101111101110111101001000100101111011001101000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77A4; }

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

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

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

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

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

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

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

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