#BA809C

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

Shades of Bouquet #BA809C

Tints of Bouquet #BA809C

Color information

#BA809C (or 0xBA809C) is unknown color: approx Bouquet. HEX triplet: BA, 80 and 9C. RGB value is (186,128,156). Sum of RGB (Red+Green+Blue) = 186+128+156=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA809C is #457F63. Grayscale: #949494. Windows color (decimal): -4554596 or 10256570. OLE color: 10256570.

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

Color convert

RGB186128156-
CMYK00.310.160.27
HSL331.03º29.59%61.57%-
HSV(B)331.03º31.18%72.94%-
XYZ33.9728.2835.12-
YUV148.53132.22154.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=39.57%
G=27.23%
B=33.19%

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
Decimal18612815600.310.160.27331.0329.5961.57
HexBA809C01F101B14b1e3e
Octal27220023403720335133676
Binary101110101000000010011100011111100001101110100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA809C; }

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

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

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

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

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

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

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

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