#BF82A3

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

Shades of Bouquet #BF82A3

Tints of Bouquet #BF82A3

Color information

#BF82A3 (or 0xBF82A3) is unknown color: approx Bouquet. HEX triplet: BF, 82 and A3. RGB value is (191,130,163). Sum of RGB (Red+Green+Blue) = 191+130+163=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF82A3 is #407D5C. Grayscale: #979797. Windows color (decimal): -4226397 or 10715839. OLE color: 10715839.

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

Color convert

RGB191130163-
CMYK00.320.150.25
HSL327.54º32.28%62.94%-
HSV(B)327.54º31.94%74.9%-
XYZ36.0829.6938.48-
YUV152134.21155.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=39.46%
G=26.86%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113016300.320.150.25327.5432.2862.94
HexBF82A3020F19148203f
Octal27720224304017315104077
Binary1011111110000010101000110100000111111001101001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82A3; }

 p { color: rgb(191,130,163); }

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

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

 a { background-color: rgb(191,130,163); }

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

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

 span { border-color: rgb(191,130,163); }

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