#BE76A9

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

Shades of Bouquet #BE76A9

Tints of Bouquet #BE76A9

Color information

#BE76A9 (or 0xBE76A9) is unknown color: approx Bouquet. HEX triplet: BE, 76 and A9. RGB value is (190,118,169). Sum of RGB (Red+Green+Blue) = 190+118+169=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A9 is #418956. Grayscale: #919191. Windows color (decimal): -4294999 or 11105982. OLE color: 11105982.

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

Color convert

RGB190118169-
CMYK00.380.110.25
HSL317.5º35.64%60.39%-
HSV(B)317.5º37.89%74.51%-
XYZ34.8826.7740.86-
YUV145.34141.35159.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=39.83%
G=24.74%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011816900.380.110.25317.535.6460.39
HexBE76A9026B1913e243c
Octal27616625104613314764474
Binary101111101110110101010010100110101111001100111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76A9; }

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

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

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

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

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

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

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

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