#BA769B

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

Shades of Bouquet #BA769B

Tints of Bouquet #BA769B

Color information

#BA769B (or 0xBA769B) is unknown color: approx Bouquet. HEX triplet: BA, 76 and 9B. RGB value is (186,118,155). Sum of RGB (Red+Green+Blue) = 186+118+155=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA769B is #458964. Grayscale: #8E8E8E. Windows color (decimal): -4557157 or 10188474. OLE color: 10188474.

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

Color convert

RGB186118155-
CMYK00.370.170.27
HSL327.35º33.01%59.61%-
HSV(B)327.35º36.56%72.94%-
XYZ32.6425.7634.26-
YUV142.55135.03158.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=40.52%
G=25.71%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611815500.370.170.27327.3533.0159.61
HexBA769B025111B147213c
Octal27216623304521335074174
Binary1011101011101101001101101001011000111011101000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA769B; }

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

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

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

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

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

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

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

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