#BF77A6

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

Shades of Bouquet #BF77A6

Tints of Bouquet #BF77A6

Color information

#BF77A6 (or 0xBF77A6) is unknown color: approx Bouquet. HEX triplet: BF, 77 and A6. RGB value is (191,119,166). Sum of RGB (Red+Green+Blue) = 191+119+166=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77A6 is #408859. Grayscale: #919191. Windows color (decimal): -4229210 or 10909631. OLE color: 10909631.

HSL color Cylindrical-coordinate representation of color #BF77A6: hue angle of 320.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 #BF77A6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191119166-
CMYK00.380.130.25
HSL320.83º36%60.78%-
HSV(B)320.83º37.7%74.9%-
XYZ34.9727.0239.45-
YUV145.89139.35160.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=40.13%
G=25%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111916600.380.130.25320.833660.78
HexBF77A6026D19141243d
Octal27716724604615315014475
Binary101111111110111101001100100110110111001101000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77A6; }

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

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

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

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

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

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

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

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