Html Css Color HEX #BA589C Mulberry

📋 copy color: '#BA589C'

red 186 ◦ green 88 ◦ blue 156

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

Shades of Mulberry #BA589C

Tints of Mulberry #BA589C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 43.26%
G = 20.47%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA589C (or 0xBA589C) is known color: Mulberry. HEX triplet: BA, 58 and 9C. RGB value is (186,88,156). Sum of RGB (Red+Green+Blue) = 186+88+156=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA589C is #45A763. Grayscale: #7C7C7C. Windows color (decimal): -4564836 or 10246330. OLE color: 10246330.

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

Color convert

RGB 186 88 156 -
CMYK 0 0.53 0.16 0.27
HSL 318.37º 0.42% 0.54% -
HSV(B) 318.37º 0.53% 0.73% -
XYZ 29.74 19.82 33.71 -
YUV 125.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 186 88 156 0 0.53 0.16 0.27 318.37 0.42 0.54
Hex BA 58 9C 0 35 10 1B 13E 2A 36
Octal 272 130 234 0 65 20 33 476 52 66
Binary 10111010 1011000 10011100 0 110101 10000 11011 100111110 101010 110110

Color Harmonies of #BA589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA589C

Black with #BA589C

Text Example


Text Example

White with #BA589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA589C; }

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

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

background-color css

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

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

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

border-color css

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

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

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