Html Css Color HEX #BA609D Mulberry

📋 copy color: '#BA609D'

red 186 ◦ green 96 ◦ blue 157

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

Shades of Mulberry #BA609D

Tints of Mulberry #BA609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 42.37%
G = 21.87%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA609D (or 0xBA609D) is known color: Mulberry. HEX triplet: BA, 60 and 9D. RGB value is (186,96,157). Sum of RGB (Red+Green+Blue) = 186+96+157=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609D is #459F62. Grayscale: #818181. Windows color (decimal): -4562787 or 10313914. OLE color: 10313914.

HSL color Cylindrical-coordinate representation of color #BA609D: hue angle of 319.33º 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 #BA609D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 157 -
CMYK 0 0.48 0.16 0.27
HSL 319.33º 0.39% 0.55% -
HSV(B) 319.33º 0.48% 0.73% -
XYZ 30.52 21.24 34.39 -
YUV 129.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 186 96 157 0 0.48 0.16 0.27 319.33 0.39 0.55
Hex BA 60 9D 0 30 10 1B 13F 27 37
Octal 272 140 235 0 60 20 33 477 47 67
Binary 10111010 1100000 10011101 0 110000 10000 11011 100111111 100111 110111

Color Harmonies of #BA609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA609D

Black with #BA609D

Text Example


Text Example

White with #BA609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA609D; }

 p { color: rgb(186,96,157); }

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

background-color css

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

 a { background-color: rgb(186,96,157); }

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

border-color css

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

 span { border-color: rgb(186,96,157); }

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