#BF7EA0

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

Shades of Bouquet #BF7EA0

Tints of Bouquet #BF7EA0

Color information

#BF7EA0 (or 0xBF7EA0) is unknown color: approx Bouquet. HEX triplet: BF, 7E and A0. RGB value is (191,126,160). Sum of RGB (Red+Green+Blue) = 191+126+160=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EA0 is #40815F. Grayscale: #959595. Windows color (decimal): -4227424 or 10518207. OLE color: 10518207.

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

Color convert

RGB191126160-
CMYK00.340.160.25
HSL328.62º33.68%62.16%-
HSV(B)328.62º34.03%74.9%-
XYZ35.2928.5436.91-
YUV149.31134.03157.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=40.04%
G=26.42%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112616000.340.160.25328.6233.6862.16
HexBF7EA00221019149223e
Octal27717624004220315114276
Binary1011111111111101010000001000101000011001101001001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EA0; }

 p { color: rgb(191,126,160); }

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

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

 a { background-color: rgb(191,126,160); }

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

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

 span { border-color: rgb(191,126,160); }

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