#BA7895

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

Shades of Hopbush #BA7895

Tints of Hopbush #BA7895

Color information

#BA7895 (or 0xBA7895) is unknown color: approx Hopbush. HEX triplet: BA, 78 and 95. RGB value is (186,120,149). Sum of RGB (Red+Green+Blue) = 186+120+149=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7895 is #45876A. Grayscale: #8E8E8E. Windows color (decimal): -4556651 or 9795770. OLE color: 9795770.

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

Color convert

RGB186120149-
CMYK00.350.200.27
HSL333.64º32.35%60%-
HSV(B)333.64º35.48%72.94%-
XYZ32.3926.0431.75-
YUV143.04131.37158.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=40.88%
G=26.37%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612014900.350.200.27333.6432.3560
HexBA7895023141B14e203c
Octal27217022504324335164074
Binary1011101011110001001010101000111010011011101001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7895; }

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

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

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

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

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

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

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

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