#BE72AF

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

Shades of Bouquet #BE72AF

Tints of Bouquet #BE72AF

Color information

#BE72AF (or 0xBE72AF) is unknown color: approx Bouquet. HEX triplet: BE, 72 and AF. RGB value is (190,114,175). Sum of RGB (Red+Green+Blue) = 190+114+175=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72AF is #418D50. Grayscale: #8F8F8F. Windows color (decimal): -4296017 or 11498174. OLE color: 11498174.

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

Color convert

RGB190114175-
CMYK00.400.080.25
HSL311.84º36.89%59.61%-
HSV(B)311.84º40%74.51%-
XYZ34.9926.0843.75-
YUV143.68145.68161.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=39.67%
G=23.80%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011417500.400.080.25311.8436.8959.61
HexBE72AF028819138253c
Octal27616225705010314704574
Binary101111101110010101011110101000100011001100111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72AF; }

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

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

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

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

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

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

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

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