#BA6B94

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

Shades of Hopbush #BA6B94

Tints of Hopbush #BA6B94

Color information

#BA6B94 (or 0xBA6B94) is unknown color: approx Hopbush. HEX triplet: BA, 6B and 94. RGB value is (186,107,148). Sum of RGB (Red+Green+Blue) = 186+107+148=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B94 is #45946B. Grayscale: #878787. Windows color (decimal): -4559980 or 9726906. OLE color: 9726906.

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

Color convert

RGB186107148-
CMYK00.420.200.27
HSL328.86º36.41%57.45%-
HSV(B)328.86º42.47%72.94%-
XYZ30.8523.0930.85-
YUV135.3135.17164.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=42.18%
G=24.26%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610714800.420.200.27328.8636.4157.45
HexBA6B9402A141B1492439
Octal27215322405224335114471
Binary1011101011010111001010001010101010011011101001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B94; }

 p { color: rgb(186,107,148); }

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

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

 a { background-color: rgb(186,107,148); }

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

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

 span { border-color: rgb(186,107,148); }

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