Html Css Color HEX #BA6393 Hopbush

📋 copy color: '#BA6393'

red 186 ◦ green 99 ◦ blue 147

#BA6393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BA6393

Tints of Hopbush #BA6393

RGB

 RED value IS 186 (73.05% from 255) = 43.06%

 GREEN value IS 99 (39.06% from 255) = 22.92%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 43.06%
G = 22.92%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA6393 (or 0xBA6393) is known color: Hopbush. HEX triplet: BA, 63 and 93. RGB value is (186,99,147). Sum of RGB (Red+Green+Blue) = 186+99+147=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6393 is #459C6C. Grayscale: #828282. Windows color (decimal): -4562029 or 9659322. OLE color: 9659322.

HSL color Cylindrical-coordinate representation of color #BA6393: hue angle of 326.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6393 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 147 -
CMYK 0 0.47 0.21 0.27
HSL 326.9º 0.39% 0.56% -
HSV(B) 326.9º 0.47% 0.73% -
XYZ 29.98 21.47 30.17 -
YUV 130.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 186 99 147 0 0.47 0.21 0.27 326.9 0.39 0.56
Hex BA 63 93 0 2F 15 1B 147 27 38
Octal 272 143 223 0 57 25 33 507 47 70
Binary 10111010 1100011 10010011 0 101111 10101 11011 101000111 100111 111000

Color Harmonies of #BA6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6393

Black with #BA6393

Text Example


Text Example

White with #BA6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6393; }

 p { color: rgb(186,99,147); }

 H1.HeaderClassName
 {
   color: #BA6393;
 }
 .AnyTagClassName
 {
   color: #BA6393;
 }
</style>

background-color css

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

 a { background-color: rgb(186,99,147); }

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

border-color css

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

 span { border-color: rgb(186,99,147); }

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