#BA7C9A

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

Shades of Bouquet #BA7C9A

Tints of Bouquet #BA7C9A

Color information

#BA7C9A (or 0xBA7C9A) is unknown color: approx Bouquet. HEX triplet: BA, 7C and 9A. RGB value is (186,124,154). Sum of RGB (Red+Green+Blue) = 186+124+154=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C9A is #458365. Grayscale: #919191. Windows color (decimal): -4555622 or 10124474. OLE color: 10124474.

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

Color convert

RGB186124154-
CMYK00.330.170.27
HSL330.97º31%60.78%-
HSV(B)330.97º33.33%72.94%-
XYZ33.2927.1934.06-
YUV145.96132.54156.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=40.09%
G=26.72%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612415400.330.170.27330.973160.78
HexBA7C9A021111B14b1f3d
Octal27217423204121335133775
Binary101110101111100100110100100001100011101110100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C9A; }

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

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

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

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

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

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

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

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