#BE76A1

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

Shades of Bouquet #BE76A1

Tints of Bouquet #BE76A1

Color information

#BE76A1 (or 0xBE76A1) is unknown color: approx Bouquet. HEX triplet: BE, 76 and A1. RGB value is (190,118,161). Sum of RGB (Red+Green+Blue) = 190+118+161=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A1 is #41895E. Grayscale: #909090. Windows color (decimal): -4295007 or 10581694. OLE color: 10581694.

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

Color convert

RGB190118161-
CMYK00.380.150.25
HSL324.17º35.64%60.39%-
HSV(B)324.17º37.89%74.51%-
XYZ34.1526.4837.03-
YUV144.43137.35160.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=40.51%
G=25.16%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011816100.380.150.25324.1735.6460.39
HexBE76A1026F19144243c
Octal27616624104617315044474
Binary101111101110110101000010100110111111001101000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76A1; }

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

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

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

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

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

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

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

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