#BA829C

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

Shades of Bouquet #BA829C

Tints of Bouquet #BA829C

Color information

#BA829C (or 0xBA829C) is unknown color: approx Bouquet. HEX triplet: BA, 82 and 9C. RGB value is (186,130,156). Sum of RGB (Red+Green+Blue) = 186+130+156=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA829C is #457D63. Grayscale: #959595. Windows color (decimal): -4554084 or 10257082. OLE color: 10257082.

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

Color convert

RGB186130156-
CMYK00.300.160.27
HSL332.14º28.87%61.96%-
HSV(B)332.14º30.11%72.94%-
XYZ34.2328.835.21-
YUV149.71131.55153.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=39.41%
G=27.54%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613015600.300.160.27332.1428.8761.96
HexBA829C01E101B14c1d3e
Octal27220223403620335143576
Binary101110101000001010011100011110100001101110100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA829C; }

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

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

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

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

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

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

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

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