#BF71A5

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

Shades of Bouquet #BF71A5

Tints of Bouquet #BF71A5

Color information

#BF71A5 (or 0xBF71A5) is unknown color: approx Bouquet. HEX triplet: BF, 71 and A5. RGB value is (191,113,165). Sum of RGB (Red+Green+Blue) = 191+113+165=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A5 is #408E5A. Grayscale: #8E8E8E. Windows color (decimal): -4230747 or 10842559. OLE color: 10842559.

HSL color Cylindrical-coordinate representation of color #BF71A5: hue angle of 320º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71A5 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191113165-
CMYK00.410.140.25
HSL320º37.86%59.61%-
HSV(B)320º40.84%74.9%-
XYZ34.1825.638.74-
YUV142.25140.84162.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=40.72%
G=24.09%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111316500.410.140.2532037.8659.61
HexBF71A5029E19140263c
Octal27716124505116315004674
Binary101111111110001101001010101001111011001101000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71A5; }

 p { color: rgb(191,113,165); }

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

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

 a { background-color: rgb(191,113,165); }

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

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

 span { border-color: rgb(191,113,165); }

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