#BF73AA

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

Shades of Bouquet #BF73AA

Tints of Bouquet #BF73AA

Color information

#BF73AA (or 0xBF73AA) is unknown color: approx Bouquet. HEX triplet: BF, 73 and AA. RGB value is (191,115,170). Sum of RGB (Red+Green+Blue) = 191+115+170=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73AA is #408C55. Grayscale: #8F8F8F. Windows color (decimal): -4230230 or 11170751. OLE color: 11170751.

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

Color convert

RGB191115170-
CMYK00.400.110.25
HSL316.58º37.25%60%-
HSV(B)316.58º39.79%74.9%-
XYZ34.8726.2441.26-
YUV143.99142.68161.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=40.13%
G=24.16%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111517000.400.110.25316.5837.2560
HexBF73AA028B1913d253c
Octal27716325205013314754574
Binary101111111110011101010100101000101111001100111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73AA; }

 p { color: rgb(191,115,170); }

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

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

 a { background-color: rgb(191,115,170); }

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

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

 span { border-color: rgb(191,115,170); }

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