#BF77AC

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

Shades of Bouquet #BF77AC

Tints of Bouquet #BF77AC

Color information

#BF77AC (or 0xBF77AC) is unknown color: approx Bouquet. HEX triplet: BF, 77 and AC. RGB value is (191,119,172). Sum of RGB (Red+Green+Blue) = 191+119+172=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77AC is #408853. Grayscale: #929292. Windows color (decimal): -4229204 or 11302847. OLE color: 11302847.

HSL color Cylindrical-coordinate representation of color #BF77AC: hue angle of 315.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77AC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191119172-
CMYK00.380.100.25
HSL315.83º36%60.78%-
HSV(B)315.83º37.7%74.9%-
XYZ35.5327.2542.42-
YUV146.57142.35159.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=39.63%
G=24.69%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111917200.380.100.25315.833660.78
HexBF77AC026A1913c243d
Octal27716725404612314744475
Binary101111111110111101011000100110101011001100111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77AC; }

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

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

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

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

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

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

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

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