#BE72AC

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

Shades of Bouquet #BE72AC

Tints of Bouquet #BE72AC

Color information

#BE72AC (or 0xBE72AC) is unknown color: approx Bouquet. HEX triplet: BE, 72 and AC. RGB value is (190,114,172). Sum of RGB (Red+Green+Blue) = 190+114+172=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72AC is #418D53. Grayscale: #8F8F8F. Windows color (decimal): -4296020 or 11301566. OLE color: 11301566.

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

Color convert

RGB190114172-
CMYK00.400.090.25
HSL314.21º36.89%59.61%-
HSV(B)314.21º40%74.51%-
XYZ34.725.9642.21-
YUV143.34144.18161.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=39.92%
G=23.95%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011417200.400.090.25314.2136.8959.61
HexBE72AC02891913a253c
Octal27616225405011314724574
Binary101111101110010101011000101000100111001100111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72AC; }

 p { color: rgb(190,114,172); }

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

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

 a { background-color: rgb(190,114,172); }

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

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

 span { border-color: rgb(190,114,172); }

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