#BA67A0

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

Shades of Bouquet #BA67A0

Tints of Bouquet #BA67A0

Color information

#BA67A0 (or 0xBA67A0) is unknown color: approx Bouquet. HEX triplet: BA, 67 and A0. RGB value is (186,103,160). Sum of RGB (Red+Green+Blue) = 186+103+160=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA67A0 is #45985F. Grayscale: #868686. Windows color (decimal): -4560992 or 10512314. OLE color: 10512314.

HSL color Cylindrical-coordinate representation of color #BA67A0: hue angle of 318.8º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67A0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB186103160-
CMYK00.450.140.27
HSL318.8º37.56%56.67%-
HSV(B)318.8º44.62%72.94%-
XYZ31.4522.6835.98-
YUV134.32142.5164.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=41.43%
G=22.94%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610316000.450.140.27318.837.5656.67
HexBA67A002DE1B13f2639
Octal27214724005516334774671
Binary101110101100111101000000101101111011011100111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67A0; }

 p { color: rgb(186,103,160); }

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

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

 a { background-color: rgb(186,103,160); }

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

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

 span { border-color: rgb(186,103,160); }

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