#BA7C9C

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

Shades of Bouquet #BA7C9C

Tints of Bouquet #BA7C9C

Color information

#BA7C9C (or 0xBA7C9C) is unknown color: approx Bouquet. HEX triplet: BA, 7C and 9C. RGB value is (186,124,156). Sum of RGB (Red+Green+Blue) = 186+124+156=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C9C is #458363. Grayscale: #929292. Windows color (decimal): -4555620 or 10255546. OLE color: 10255546.

HSL color Cylindrical-coordinate representation of color #BA7C9C: hue angle of 329.03º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C9C is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186124156-
CMYK00.330.160.27
HSL329.03º31%60.78%-
HSV(B)329.03º33.33%72.94%-
XYZ33.4627.2534.95-
YUV146.19133.54156.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=39.91%
G=26.61%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612415600.330.160.27329.033160.78
HexBA7C9C021101B1491f3d
Octal27217423404120335113775
Binary101110101111100100111000100001100001101110100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C9C; }

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

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

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

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

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

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

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

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