#BA809F

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

Shades of Bouquet #BA809F

Tints of Bouquet #BA809F

Color information

#BA809F (or 0xBA809F) is unknown color: approx Bouquet. HEX triplet: BA, 80 and 9F. RGB value is (186,128,159). Sum of RGB (Red+Green+Blue) = 186+128+159=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA809F is #457F60. Grayscale: #949494. Windows color (decimal): -4554593 or 10453178. OLE color: 10453178.

HSL color Cylindrical-coordinate representation of color #BA809F: hue angle of 327.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA809F is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186128159-
CMYK00.310.150.27
HSL327.93º29.59%61.57%-
HSV(B)327.93º31.18%72.94%-
XYZ34.2328.3836.47-
YUV148.88133.72154.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=39.32%
G=27.06%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612815900.310.150.27327.9329.5961.57
HexBA809F01FF1B1481e3e
Octal27220023703717335103676
Binary10111010100000001001111101111111111101110100100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA809F; }

 p { color: rgb(186,128,159); }

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

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

 a { background-color: rgb(186,128,159); }

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

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

 span { border-color: rgb(186,128,159); }

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