#BE75A2

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

Shades of Bouquet #BE75A2

Tints of Bouquet #BE75A2

Color information

#BE75A2 (or 0xBE75A2) is unknown color: approx Bouquet. HEX triplet: BE, 75 and A2. RGB value is (190,117,162). Sum of RGB (Red+Green+Blue) = 190+117+162=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A2 is #418A5D. Grayscale: #8F8F8F. Windows color (decimal): -4295262 or 10646974. OLE color: 10646974.

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

Color convert

RGB190117162-
CMYK00.380.150.25
HSL323.01º35.96%60.2%-
HSV(B)323.01º38.42%74.51%-
XYZ34.1226.2837.46-
YUV143.96138.18160.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=40.51%
G=24.95%
B=34.54%

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
Decimal19011716200.380.150.25323.0135.9660.2
HexBE75A2026F19143243c
Octal27616524204617315034474
Binary101111101110101101000100100110111111001101000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75A2; }

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

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

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

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

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

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

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

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