#BA6D96

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

Shades of Hopbush #BA6D96

Tints of Hopbush #BA6D96

Color information

#BA6D96 (or 0xBA6D96) is unknown color: approx Hopbush. HEX triplet: BA, 6D and 96. RGB value is (186,109,150). Sum of RGB (Red+Green+Blue) = 186+109+150=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D96 is #459269. Grayscale: #888888. Windows color (decimal): -4559466 or 9858490. OLE color: 9858490.

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

Color convert

RGB186109150-
CMYK00.410.190.27
HSL328.05º35.81%57.84%-
HSV(B)328.05º41.4%72.94%-
XYZ31.2223.5831.76-
YUV136.7135.51163.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=41.80%
G=24.49%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610915000.410.190.27328.0535.8157.84
HexBA6D96029131B148243a
Octal27215522605123335104472
Binary1011101011011011001011001010011001111011101001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D96; }

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

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

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

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

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

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

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

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