#BE77AC

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

Shades of Bouquet #BE77AC

Tints of Bouquet #BE77AC

Color information

#BE77AC (or 0xBE77AC) is unknown color: approx Bouquet. HEX triplet: BE, 77 and AC. RGB value is (190,119,172). Sum of RGB (Red+Green+Blue) = 190+119+172=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77AC is #418853. Grayscale: #929292. Windows color (decimal): -4294740 or 11302846. OLE color: 11302846.

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

Color convert

RGB190119172-
CMYK00.370.090.25
HSL315.21º35.32%60.59%-
HSV(B)315.21º37.37%74.51%-
XYZ35.2827.1242.4-
YUV146.27142.52159.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=39.50%
G=24.74%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011917200.370.090.25315.2135.3260.59
HexBE77AC02591913b233d
Octal27616725404511314734375
Binary101111101110111101011000100101100111001100111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77AC; }

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

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

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

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

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

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

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

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