#BE7BA2

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

Shades of Bouquet #BE7BA2

Tints of Bouquet #BE7BA2

Color information

#BE7BA2 (or 0xBE7BA2) is unknown color: approx Bouquet. HEX triplet: BE, 7B and A2. RGB value is (190,123,162). Sum of RGB (Red+Green+Blue) = 190+123+162=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BA2 is #41845D. Grayscale: #939393. Windows color (decimal): -4293726 or 10648510. OLE color: 10648510.

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

Color convert

RGB190123162-
CMYK00.350.150.25
HSL325.07º34.01%61.37%-
HSV(B)325.07º35.26%74.51%-
XYZ34.8427.7237.7-
YUV147.48136.2158.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=40%
G=25.89%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012316200.350.150.25325.0734.0161.37
HexBE7BA2023F19145223d
Octal27617324204317315054275
Binary101111101111011101000100100011111111001101000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BA2; }

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

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

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

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

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

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

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

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