#BF77A4

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

Shades of Bouquet #BF77A4

Tints of Bouquet #BF77A4

Color information

#BF77A4 (or 0xBF77A4) is unknown color: approx Bouquet. HEX triplet: BF, 77 and A4. RGB value is (191,119,164). Sum of RGB (Red+Green+Blue) = 191+119+164=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77A4 is #40885B. Grayscale: #919191. Windows color (decimal): -4229212 or 10778559. OLE color: 10778559.

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

Color convert

RGB191119164-
CMYK00.380.140.25
HSL322.5º36%60.78%-
HSV(B)322.5º37.7%74.9%-
XYZ34.7826.9538.49-
YUV145.66138.35160.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=40.30%
G=25.11%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111916400.380.140.25322.53660.78
HexBF77A4026E19142243d
Octal27716724404616315024475
Binary101111111110111101001000100110111011001101000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77A4; }

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

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

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

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

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

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

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

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