#BA759C

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

Shades of Bouquet #BA759C

Tints of Bouquet #BA759C

Color information

#BA759C (or 0xBA759C) is unknown color: approx Bouquet. HEX triplet: BA, 75 and 9C. RGB value is (186,117,156). Sum of RGB (Red+Green+Blue) = 186+117+156=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA759C is #458A63. Grayscale: #8D8D8D. Windows color (decimal): -4557412 or 10253754. OLE color: 10253754.

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

Color convert

RGB186117156-
CMYK00.370.160.27
HSL326.09º33.33%59.41%-
HSV(B)326.09º37.1%72.94%-
XYZ32.6125.5634.67-
YUV142.08135.86159.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=40.52%
G=25.49%
B=33.99%

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
Decimal18611715600.370.160.27326.0933.3359.41
HexBA759C025101B146213b
Octal27216523404520335064173
Binary1011101011101011001110001001011000011011101000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA759C; }

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

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

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

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

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

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

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

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