#BA819F

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

Shades of Bouquet #BA819F

Tints of Bouquet #BA819F

Color information

#BA819F (or 0xBA819F) is unknown color: approx Bouquet. HEX triplet: BA, 81 and 9F. RGB value is (186,129,159). Sum of RGB (Red+Green+Blue) = 186+129+159=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819F is #457E60. Grayscale: #959595. Windows color (decimal): -4554337 or 10453434. OLE color: 10453434.

HSL color Cylindrical-coordinate representation of color #BA819F: hue angle of 328.42º degrees, saturation: 0.29, 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 #BA819F is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186129159-
CMYK00.310.150.27
HSL328.42º29.23%61.76%-
HSV(B)328.42º30.65%72.94%-
XYZ34.3628.6436.52-
YUV149.46133.38154.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=39.24%
G=27.22%
B=33.54%

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
Decimal18612915900.310.150.27328.4229.2361.76
HexBA819F01FF1B1481d3e
Octal27220123703717335103576
Binary10111010100000011001111101111111111101110100100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA819F; }

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

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

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

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

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

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

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

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