#BA769E

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

Shades of Bouquet #BA769E

Tints of Bouquet #BA769E

Color information

#BA769E (or 0xBA769E) is unknown color: approx Bouquet. HEX triplet: BA, 76 and 9E. RGB value is (186,118,158). Sum of RGB (Red+Green+Blue) = 186+118+158=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA769E is #458961. Grayscale: #8E8E8E. Windows color (decimal): -4557154 or 10385082. OLE color: 10385082.

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

Color convert

RGB186118158-
CMYK00.370.150.27
HSL324.71º33.01%59.61%-
HSV(B)324.71º36.56%72.94%-
XYZ32.925.8635.61-
YUV142.89136.53158.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=40.26%
G=25.54%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611815800.370.150.27324.7133.0159.61
HexBA769E025F1B145213c
Octal27216623604517335054174
Binary101110101110110100111100100101111111011101000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA769E; }

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

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

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

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

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

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

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

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