#BE75A3

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

Shades of Bouquet #BE75A3

Tints of Bouquet #BE75A3

Color information

#BE75A3 (or 0xBE75A3) is unknown color: approx Bouquet. HEX triplet: BE, 75 and A3. RGB value is (190,117,163). Sum of RGB (Red+Green+Blue) = 190+117+163=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A3 is #418A5C. Grayscale: #8F8F8F. Windows color (decimal): -4295261 or 10712510. OLE color: 10712510.

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

Color convert

RGB190117163-
CMYK00.380.140.25
HSL322.19º35.96%60.2%-
HSV(B)322.19º38.42%74.51%-
XYZ34.2126.3137.93-
YUV144.07138.68160.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=40.43%
G=24.89%
B=34.68%

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
Decimal19011716300.380.140.25322.1935.9660.2
HexBE75A3026E19142243c
Octal27616524304616315024474
Binary101111101110101101000110100110111011001101000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75A3; }

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

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

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

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

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

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

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

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