#BF71A4

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

Shades of Bouquet #BF71A4

Tints of Bouquet #BF71A4

Color information

#BF71A4 (or 0xBF71A4) is unknown color: approx Bouquet. HEX triplet: BF, 71 and A4. RGB value is (191,113,164). Sum of RGB (Red+Green+Blue) = 191+113+164=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A4 is #408E5B. Grayscale: #8E8E8E. Windows color (decimal): -4230748 or 10777023. OLE color: 10777023.

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

Color convert

RGB191113164-
CMYK00.410.140.25
HSL320.77º37.86%59.61%-
HSV(B)320.77º40.84%74.9%-
XYZ34.0925.5738.26-
YUV142.14140.34162.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=40.81%
G=24.15%
B=35.04%

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
Decimal19111316400.410.140.25320.7737.8659.61
HexBF71A4029E19141263c
Octal27716124405116315014674
Binary101111111110001101001000101001111011001101000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71A4; }

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

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

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

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

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

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

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

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