#BF72AC

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

Shades of Bouquet #BF72AC

Tints of Bouquet #BF72AC

Color information

#BF72AC (or 0xBF72AC) is unknown color: approx Bouquet. HEX triplet: BF, 72 and AC. RGB value is (191,114,172). Sum of RGB (Red+Green+Blue) = 191+114+172=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF72AC is #408D53. Grayscale: #8F8F8F. Windows color (decimal): -4230484 or 11301567. OLE color: 11301567.

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

Color convert

RGB191114172-
CMYK00.400.100.25
HSL314.81º37.56%59.8%-
HSV(B)314.81º40.31%74.9%-
XYZ34.9526.0942.22-
YUV143.64144.01161.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=40.04%
G=23.90%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111417200.400.100.25314.8137.5659.8
HexBF72AC028A1913b263c
Octal27716225405012314734674
Binary101111111110010101011000101000101011001100111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72AC; }

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

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

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

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

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

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

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

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