#BE71AA

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

Shades of Bouquet #BE71AA

Tints of Bouquet #BE71AA

Color information

#BE71AA (or 0xBE71AA) is unknown color: approx Bouquet. HEX triplet: BE, 71 and AA. RGB value is (190,113,170). Sum of RGB (Red+Green+Blue) = 190+113+170=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AA is #418E55. Grayscale: #8E8E8E. Windows color (decimal): -4296278 or 11170238. OLE color: 11170238.

HSL color Cylindrical-coordinate representation of color #BE71AA: hue angle of 315.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71AA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190113170-
CMYK00.410.110.25
HSL315.58º37.2%59.41%-
HSV(B)315.58º40.53%74.51%-
XYZ34.425.6641.17-
YUV142.52143.51161.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=40.17%
G=23.89%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011317000.410.110.25315.5837.259.41
HexBE71AA029B1913c253b
Octal27616125205113314744573
Binary101111101110001101010100101001101111001100111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71AA; }

 p { color: rgb(190,113,170); }

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

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

 a { background-color: rgb(190,113,170); }

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

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

 span { border-color: rgb(190,113,170); }

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