#BE73A8

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

Shades of Bouquet #BE73A8

Tints of Bouquet #BE73A8

Color information

#BE73A8 (or 0xBE73A8) is unknown color: approx Bouquet. HEX triplet: BE, 73 and A8. RGB value is (190,115,168). Sum of RGB (Red+Green+Blue) = 190+115+168=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73A8 is #418C57. Grayscale: #8F8F8F. Windows color (decimal): -4295768 or 11039678. OLE color: 11039678.

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

Color convert

RGB190115168-
CMYK00.390.120.25
HSL317.6º36.59%59.8%-
HSV(B)317.6º39.47%74.51%-
XYZ34.4326.0440.26-
YUV143.47141.85161.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=40.17%
G=24.31%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011516800.390.120.25317.636.5959.8
HexBE73A8027C1913e253c
Octal27616325004714314764574
Binary101111101110011101010000100111110011001100111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73A8; }

 p { color: rgb(190,115,168); }

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

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

 a { background-color: rgb(190,115,168); }

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

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

 span { border-color: rgb(190,115,168); }

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