#BE71A5

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

Shades of Bouquet #BE71A5

Tints of Bouquet #BE71A5

Color information

#BE71A5 (or 0xBE71A5) is unknown color: approx Bouquet. HEX triplet: BE, 71 and A5. RGB value is (190,113,165). Sum of RGB (Red+Green+Blue) = 190+113+165=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A5 is #418E5A. Grayscale: #8D8D8D. Windows color (decimal): -4296283 or 10842558. OLE color: 10842558.

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

Color convert

RGB190113165-
CMYK00.410.130.25
HSL319.48º37.2%59.41%-
HSV(B)319.48º40.53%74.51%-
XYZ33.9325.4738.73-
YUV141.95141.01162.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=40.60%
G=24.15%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011316500.410.130.25319.4837.259.41
HexBE71A5029D1913f253b
Octal27616124505115314774573
Binary101111101110001101001010101001110111001100111111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71A5; }

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

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

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

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

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

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

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

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