#BA819C

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

Shades of Bouquet #BA819C

Tints of Bouquet #BA819C

Color information

#BA819C (or 0xBA819C) is unknown color: approx Bouquet. HEX triplet: BA, 81 and 9C. RGB value is (186,129,156). Sum of RGB (Red+Green+Blue) = 186+129+156=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819C is #457E63. Grayscale: #959595. Windows color (decimal): -4554340 or 10256826. OLE color: 10256826.

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

Color convert

RGB186129156-
CMYK00.310.160.27
HSL331.58º29.23%61.76%-
HSV(B)331.58º30.65%72.94%-
XYZ34.128.5435.16-
YUV149.12131.88154.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=39.49%
G=27.39%
B=33.12%

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
Decimal18612915600.310.160.27331.5829.2361.76
HexBA819C01F101B14c1d3e
Octal27220123403720335143576
Binary101110101000000110011100011111100001101110100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA819C; }

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

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

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

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

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

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

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

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