#BA67A2

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

Shades of Bouquet #BA67A2

Tints of Bouquet #BA67A2

Color information

#BA67A2 (or 0xBA67A2) is unknown color: approx Bouquet. HEX triplet: BA, 67 and A2. RGB value is (186,103,162). Sum of RGB (Red+Green+Blue) = 186+103+162=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA67A2 is #45985D. Grayscale: #868686. Windows color (decimal): -4560990 or 10643386. OLE color: 10643386.

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

Color convert

RGB186103162-
CMYK00.450.130.27
HSL317.35º37.56%56.67%-
HSV(B)317.35º44.62%72.94%-
XYZ31.6222.7536.91-
YUV134.54143.5164.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=41.24%
G=22.84%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610316200.450.130.27317.3537.5656.67
HexBA67A202DD1B13d2639
Octal27214724205515334754671
Binary101110101100111101000100101101110111011100111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67A2; }

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

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

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

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

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

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

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

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