#BF76AA

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

Shades of Bouquet #BF76AA

Tints of Bouquet #BF76AA

Color information

#BF76AA (or 0xBF76AA) is unknown color: approx Bouquet. HEX triplet: BF, 76 and AA. RGB value is (191,118,170). Sum of RGB (Red+Green+Blue) = 191+118+170=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76AA is #408955. Grayscale: #919191. Windows color (decimal): -4229462 or 11171519. OLE color: 11171519.

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

Color convert

RGB191118170-
CMYK00.380.110.25
HSL317.26º36.32%60.59%-
HSV(B)317.26º38.22%74.9%-
XYZ35.2226.9441.37-
YUV145.76141.68160.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=39.87%
G=24.63%
B=35.49%

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
Decimal19111817000.380.110.25317.2636.3260.59
HexBF76AA026B1913d243d
Octal27716625204613314754475
Binary101111111110110101010100100110101111001100111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76AA; }

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

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

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

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

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

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

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

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