#BA639C

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

Shades of Hopbush #BA639C

Tints of Hopbush #BA639C

Color information

#BA639C (or 0xBA639C) is unknown color: approx Hopbush. HEX triplet: BA, 63 and 9C. RGB value is (186,99,156). Sum of RGB (Red+Green+Blue) = 186+99+156=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA639C is #459C63. Grayscale: #838383. Windows color (decimal): -4562020 or 10249146. OLE color: 10249146.

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

Color convert

RGB18699156-
CMYK00.470.160.27
HSL320.69º38.67%55.88%-
HSV(B)320.69º46.77%72.94%-
XYZ30.7121.7634.03-
YUV131.51141.82166.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=42.18%
G=22.45%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869915600.470.160.27320.6938.6755.88
HexBA639C02F101B1412738
Octal27214323405720335014770
Binary1011101011000111001110001011111000011011101000001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA639C; }

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

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

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

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

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

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

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

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