#BA6F96

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

Shades of Hopbush #BA6F96

Tints of Hopbush #BA6F96

Color information

#BA6F96 (or 0xBA6F96) is unknown color: approx Hopbush. HEX triplet: BA, 6F and 96. RGB value is (186,111,150). Sum of RGB (Red+Green+Blue) = 186+111+150=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F96 is #459069. Grayscale: #898989. Windows color (decimal): -4558954 or 9859002. OLE color: 9859002.

HSL color Cylindrical-coordinate representation of color #BA6F96: hue angle of 328.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F96 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186111150-
CMYK00.400.190.27
HSL328.8º35.21%58.24%-
HSV(B)328.8º40.32%72.94%-
XYZ31.4424.0131.83-
YUV137.87134.85162.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=41.61%
G=24.83%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611115000.400.190.27328.835.2158.24
HexBA6F96028131B149233a
Octal27215722605023335114372
Binary1011101011011111001011001010001001111011101001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F96; }

 p { color: rgb(186,111,150); }

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

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

 a { background-color: rgb(186,111,150); }

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

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

 span { border-color: rgb(186,111,150); }

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