#BA7C9E

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

Shades of Bouquet #BA7C9E

Tints of Bouquet #BA7C9E

Color information

#BA7C9E (or 0xBA7C9E) is unknown color: approx Bouquet. HEX triplet: BA, 7C and 9E. RGB value is (186,124,158). Sum of RGB (Red+Green+Blue) = 186+124+158=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C9E is #458361. Grayscale: #929292. Windows color (decimal): -4555618 or 10386618. OLE color: 10386618.

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

Color convert

RGB186124158-
CMYK00.330.150.27
HSL327.1º31%60.78%-
HSV(B)327.1º33.33%72.94%-
XYZ33.6327.3235.85-
YUV146.41134.54156.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=39.74%
G=26.50%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612415800.330.150.27327.13160.78
HexBA7C9E021F1B1471f3d
Octal27217423604117335073775
Binary10111010111110010011110010000111111101110100011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C9E; }

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

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

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

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

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

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

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

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