#be76a3

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

Shades of Bouquet #BE76A3

Tints of Bouquet #BE76A3

Color information

#BE76A3 (or 0xBE76A3) is unknown color: approx Bouquet. HEX triplet: BE, 76 and A3. RGB value is (190,118,163). Sum of RGB (Red+Green+Blue) = 190+118+163=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A3 is #41895C. Grayscale: #909090. Windows color (decimal): -4295005 or 10712766. OLE color: 10712766.

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

Color convert

RGB190118163-
CMYK00.380.140.25
HSL322.5º35.64%60.39%-
HSV(B)322.5º37.89%74.51%-
XYZ34.3226.5537.97-
YUV144.66138.35160.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=40.34%
G=25.05%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011816300.380.140.25322.535.6460.39
HexBE76A3026E19142243c
Octal27616624304616315024474
Binary101111101110110101000110100110111011001101000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be76a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be76a3; }

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

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

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

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

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

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

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

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