#BA769C

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

Shades of Bouquet #BA769C

Tints of Bouquet #BA769C

Color information

#BA769C (or 0xBA769C) is unknown color: approx Bouquet. HEX triplet: BA, 76 and 9C. RGB value is (186,118,156). Sum of RGB (Red+Green+Blue) = 186+118+156=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA769C is #458963. Grayscale: #8E8E8E. Windows color (decimal): -4557156 or 10254010. OLE color: 10254010.

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

Color convert

RGB186118156-
CMYK00.370.160.27
HSL326.47º33.01%59.61%-
HSV(B)326.47º36.56%72.94%-
XYZ32.7325.834.71-
YUV142.66135.53158.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=40.43%
G=25.65%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611815600.370.160.27326.4733.0159.61
HexBA769C025101B146213c
Octal27216623404520335064174
Binary1011101011101101001110001001011000011011101000110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA769C; }

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

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

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

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

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

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

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

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