#BA7195

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

Shades of Hopbush #BA7195

Tints of Hopbush #BA7195

Color information

#BA7195 (or 0xBA7195) is unknown color: approx Hopbush. HEX triplet: BA, 71 and 95. RGB value is (186,113,149). Sum of RGB (Red+Green+Blue) = 186+113+149=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7195 is #458E6A. Grayscale: #8A8A8A. Windows color (decimal): -4558443 or 9793978. OLE color: 9793978.

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

Color convert

RGB186113149-
CMYK00.390.200.27
HSL330.41º34.6%58.63%-
HSV(B)330.41º39.25%72.94%-
XYZ31.5824.4231.48-
YUV138.93133.68161.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=41.52%
G=25.22%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611314900.390.200.27330.4134.658.63
HexBA7195027141B14a233b
Octal27216122504724335124373
Binary1011101011100011001010101001111010011011101001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7195; }

 p { color: rgb(186,113,149); }

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

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

 a { background-color: rgb(186,113,149); }

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

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

 span { border-color: rgb(186,113,149); }

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