#BF7BA2

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

Shades of Bouquet #BF7BA2

Tints of Bouquet #BF7BA2

Color information

#BF7BA2 (or 0xBF7BA2) is unknown color: approx Bouquet. HEX triplet: BF, 7B and A2. RGB value is (191,123,162). Sum of RGB (Red+Green+Blue) = 191+123+162=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BA2 is #40845D. Grayscale: #939393. Windows color (decimal): -4228190 or 10648511. OLE color: 10648511.

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

Color convert

RGB191123162-
CMYK00.360.150.25
HSL325.59º34.69%61.57%-
HSV(B)325.59º35.6%74.9%-
XYZ35.0927.8537.71-
YUV147.78136.03158.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 162 (63.67% from 255) = 34.03%
R=40.13%
G=25.84%
B=34.03%

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
Decimal19112316200.360.150.25325.5934.6961.57
HexBF7BA2024F19146233e
Octal27717324204417315064376
Binary101111111111011101000100100100111111001101000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BA2; }

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

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

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

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

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

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

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

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