#BA819D

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

Shades of Bouquet #BA819D

Tints of Bouquet #BA819D

Color information

#BA819D (or 0xBA819D) is unknown color: approx Bouquet. HEX triplet: BA, 81 and 9D. RGB value is (186,129,157). Sum of RGB (Red+Green+Blue) = 186+129+157=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819D is #457E62. Grayscale: #959595. Windows color (decimal): -4554339 or 10322362. OLE color: 10322362.

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

Color convert

RGB186129157-
CMYK00.310.160.27
HSL330.53º29.23%61.76%-
HSV(B)330.53º30.65%72.94%-
XYZ34.1928.5735.61-
YUV149.23132.38154.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=39.41%
G=27.33%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612915700.310.160.27330.5329.2361.76
HexBA819D01F101B14b1d3e
Octal27220123503720335133576
Binary101110101000000110011101011111100001101110100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA819D; }

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

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

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

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

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

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

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

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