#BE7AA3

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

Shades of Bouquet #BE7AA3

Tints of Bouquet #BE7AA3

Color information

#BE7AA3 (or 0xBE7AA3) is unknown color: approx Bouquet. HEX triplet: BE, 7A and A3. RGB value is (190,122,163). Sum of RGB (Red+Green+Blue) = 190+122+163=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AA3 is #41855C. Grayscale: #929292. Windows color (decimal): -4293981 or 10713790. OLE color: 10713790.

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

Color convert

RGB190122163-
CMYK00.360.140.25
HSL323.82º34.34%61.18%-
HSV(B)323.82º35.79%74.51%-
XYZ34.8127.5138.13-
YUV147.01137.03158.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=40%
G=25.68%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012216300.360.140.25323.8234.3461.18
HexBE7AA3024E19144223d
Octal27617224304416315044275
Binary101111101111010101000110100100111011001101000100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AA3; }

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

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

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

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

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

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

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

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