#BA618D

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

Shades of Hopbush #BA618D

Tints of Hopbush #BA618D

Color information

#BA618D (or 0xBA618D) is unknown color: approx Hopbush. HEX triplet: BA, 61 and 8D. RGB value is (186,97,141). Sum of RGB (Red+Green+Blue) = 186+97+141=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA618D is #459E72. Grayscale: #808080. Windows color (decimal): -4562547 or 9265594. OLE color: 9265594.

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

Color convert

RGB18697141-
CMYK00.480.240.27
HSL330.34º39.21%55.49%-
HSV(B)330.34º47.85%72.94%-
XYZ29.3320.9127.69-
YUV128.63134.99168.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=43.87%
G=22.88%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869714100.480.240.27330.3439.2155.49
HexBA618D030181B14a2737
Octal27214121506030335124767
Binary1011101011000011000110101100001100011011101001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA618D; }

 p { color: rgb(186,97,141); }

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

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

 a { background-color: rgb(186,97,141); }

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

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

 span { border-color: rgb(186,97,141); }

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