#BA628D

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

Shades of Hopbush #BA628D

Tints of Hopbush #BA628D

Color information

#BA628D (or 0xBA628D) is unknown color: approx Hopbush. HEX triplet: BA, 62 and 8D. RGB value is (186,98,141). Sum of RGB (Red+Green+Blue) = 186+98+141=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628D is #459D72. Grayscale: #818181. Windows color (decimal): -4562291 or 9265850. OLE color: 9265850.

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

Color convert

RGB18698141-
CMYK00.470.240.27
HSL330.68º38.94%55.69%-
HSV(B)330.68º47.31%72.94%-
XYZ29.4321.127.72-
YUV129.21134.65168.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=43.76%
G=23.06%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869814100.470.240.27330.6838.9455.69
HexBA628D02F181B14b2738
Octal27214221505730335134770
Binary1011101011000101000110101011111100011011101001011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA628D; }

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

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

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

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

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

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

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

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