#BA7BA5

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

Shades of Bouquet #BA7BA5

Tints of Bouquet #BA7BA5

Color information

#BA7BA5 (or 0xBA7BA5) is unknown color: approx Bouquet. HEX triplet: BA, 7B and A5. RGB value is (186,123,165). Sum of RGB (Red+Green+Blue) = 186+123+165=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA5 is #45845A. Grayscale: #929292. Windows color (decimal): -4555867 or 10845114. OLE color: 10845114.

HSL color Cylindrical-coordinate representation of color #BA7BA5: hue angle of 320º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186123165-
CMYK00.340.110.27
HSL320º31.34%60.59%-
HSV(B)320º33.87%72.94%-
XYZ34.1227.3239.07-
YUV146.62138.37156.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 165 (64.84% from 255) = 34.81%
R=39.24%
G=25.95%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612316500.340.110.2732031.3460.59
HexBA7BA5022B1B1401f3d
Octal27217324504213335003775
Binary10111010111101110100101010001010111101110100000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BA5; }

 p { color: rgb(186,123,165); }

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

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

 a { background-color: rgb(186,123,165); }

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

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

 span { border-color: rgb(186,123,165); }

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