Html Css Color HEX #BA589A Mulberry

📋 copy color: '#BA589A'

red 186 ◦ green 88 ◦ blue 154

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

Shades of Mulberry #BA589A

Tints of Mulberry #BA589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 43.46%
G = 20.56%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA589A (or 0xBA589A) is known color: Mulberry. HEX triplet: BA, 58 and 9A. RGB value is (186,88,154). Sum of RGB (Red+Green+Blue) = 186+88+154=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA589A is #45A765. Grayscale: #7C7C7C. Windows color (decimal): -4564838 or 10115258. OLE color: 10115258.

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

Color convert

RGB 186 88 154 -
CMYK 0 0.53 0.17 0.27
HSL 319.59º 0.42% 0.54% -
HSV(B) 319.59º 0.53% 0.73% -
XYZ 29.57 19.75 32.83 -
YUV 124.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 186 88 154 0 0.53 0.17 0.27 319.59 0.42 0.54
Hex BA 58 9A 0 35 11 1B 140 2A 36
Octal 272 130 232 0 65 21 33 500 52 66
Binary 10111010 1011000 10011010 0 110101 10001 11011 101000000 101010 110110

Color Harmonies of #BA589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA589A

Black with #BA589A

Text Example


Text Example

White with #BA589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA589A; }

 p { color: rgb(186,88,154); }

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

background-color css

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

 a { background-color: rgb(186,88,154); }

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

border-color css

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

 span { border-color: rgb(186,88,154); }

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