#BE77AD

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

Shades of Bouquet #BE77AD

Tints of Bouquet #BE77AD

Color information

#BE77AD (or 0xBE77AD) is unknown color: approx Bouquet. HEX triplet: BE, 77 and AD. RGB value is (190,119,173). Sum of RGB (Red+Green+Blue) = 190+119+173=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77AD is #418852. Grayscale: #929292. Windows color (decimal): -4294739 or 11368382. OLE color: 11368382.

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

Color convert

RGB190119173-
CMYK00.370.090.25
HSL314.37º35.32%60.59%-
HSV(B)314.37º37.37%74.51%-
XYZ35.3727.1642.91-
YUV146.38143.02159.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=39.42%
G=24.69%
B=35.89%

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
Decimal19011917300.370.090.25314.3735.3260.59
HexBE77AD02591913a233d
Octal27616725504511314724375
Binary101111101110111101011010100101100111001100111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77AD; }

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

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

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

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

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

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

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

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