#BF7AA2

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

Shades of Bouquet #BF7AA2

Tints of Bouquet #BF7AA2

Color information

#BF7AA2 (or 0xBF7AA2) is unknown color: approx Bouquet. HEX triplet: BF, 7A and A2. RGB value is (191,122,162). Sum of RGB (Red+Green+Blue) = 191+122+162=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7AA2 is #40855D. Grayscale: #939393. Windows color (decimal): -4228446 or 10648255. OLE color: 10648255.

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

Color convert

RGB191122162-
CMYK00.360.150.25
HSL325.22º35.03%61.37%-
HSV(B)325.22º36.13%74.9%-
XYZ34.9727.637.67-
YUV147.19136.36159.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=40.21%
G=25.68%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112216200.360.150.25325.2235.0361.37
HexBF7AA2024F19145233d
Octal27717224204417315054375
Binary101111111111010101000100100100111111001101000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AA2; }

 p { color: rgb(191,122,162); }

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

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

 a { background-color: rgb(191,122,162); }

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

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

 span { border-color: rgb(191,122,162); }

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