#BA6C94

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

Shades of Hopbush #BA6C94

Tints of Hopbush #BA6C94

Color information

#BA6C94 (or 0xBA6C94) is unknown color: approx Hopbush. HEX triplet: BA, 6C and 94. RGB value is (186,108,148). Sum of RGB (Red+Green+Blue) = 186+108+148=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C94 is #45936B. Grayscale: #878787. Windows color (decimal): -4559724 or 9727162. OLE color: 9727162.

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

Color convert

RGB186108148-
CMYK00.420.200.27
HSL329.23º36.11%57.65%-
HSV(B)329.23º41.94%72.94%-
XYZ30.9623.330.88-
YUV135.88134.84163.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=42.08%
G=24.43%
B=33.48%

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
Decimal18610814800.420.200.27329.2336.1157.65
HexBA6C9402A141B149243a
Octal27215422405224335114472
Binary1011101011011001001010001010101010011011101001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C94; }

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

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

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

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

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

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

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

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