Html Css Color HEX #BA619B Mulberry

📋 copy color: '#BA619B'

red 186 ◦ green 97 ◦ blue 155

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

Shades of Mulberry #BA619B

Tints of Mulberry #BA619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.15%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 42.47%
G = 22.15%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA619B (or 0xBA619B) is known color: Mulberry. HEX triplet: BA, 61 and 9B. RGB value is (186,97,155). Sum of RGB (Red+Green+Blue) = 186+97+155=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619B is #459E64. Grayscale: #828282. Windows color (decimal): -4562533 or 10183098. OLE color: 10183098.

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

Color convert

RGB 186 97 155 -
CMYK 0 0.48 0.17 0.27
HSL 320.9º 0.39% 0.55% -
HSV(B) 320.9º 0.48% 0.73% -
XYZ 30.44 21.36 33.53 -
YUV 130.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 186 97 155 0 0.48 0.17 0.27 320.9 0.39 0.55
Hex BA 61 9B 0 30 11 1B 141 27 37
Octal 272 141 233 0 60 21 33 501 47 67
Binary 10111010 1100001 10011011 0 110000 10001 11011 101000001 100111 110111

Color Harmonies of #BA619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA619B

Black with #BA619B

Text Example


Text Example

White with #BA619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA619B; }

 p { color: rgb(186,97,155); }

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

background-color css

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

 a { background-color: rgb(186,97,155); }

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

border-color css

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

 span { border-color: rgb(186,97,155); }

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