#BF77AA

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

Shades of Bouquet #BF77AA

Tints of Bouquet #BF77AA

Color information

#BF77AA (or 0xBF77AA) is unknown color: approx Bouquet. HEX triplet: BF, 77 and AA. RGB value is (191,119,170). Sum of RGB (Red+Green+Blue) = 191+119+170=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77AA is #408855. Grayscale: #929292. Windows color (decimal): -4229206 or 11171775. OLE color: 11171775.

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

Color convert

RGB191119170-
CMYK00.380.110.25
HSL317.5º36%60.78%-
HSV(B)317.5º37.7%74.9%-
XYZ35.3427.1741.41-
YUV146.34141.35159.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=39.79%
G=24.79%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111917000.380.110.25317.53660.78
HexBF77AA026B1913e243d
Octal27716725204613314764475
Binary101111111110111101010100100110101111001100111110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77AA; }

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

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

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

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

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

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

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

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