Html Css Color HEX #BA529A Mulberry

📋 copy color: '#BA529A'

red 186 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #BA529A

Tints of Mulberry #BA529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

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

R = 44.08%
G = 19.43%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA529A (or 0xBA529A) is known color: Mulberry. HEX triplet: BA, 52 and 9A. RGB value is (186,82,154). Sum of RGB (Red+Green+Blue) = 186+82+154=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529A is #45AD65. Grayscale: #797979. Windows color (decimal): -4566374 or 10113722. OLE color: 10113722.

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

Color convert

RGB 186 82 154 -
CMYK 0 0.56 0.17 0.27
HSL 318.46º 0.43% 0.53% -
HSV(B) 318.46º 0.56% 0.73% -
XYZ 29.1 18.81 32.67 -
YUV 121.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 186 82 154 0 0.56 0.17 0.27 318.46 0.43 0.53
Hex BA 52 9A 0 38 11 1B 13E 2B 35
Octal 272 122 232 0 70 21 33 476 53 65
Binary 10111010 1010010 10011010 0 111000 10001 11011 100111110 101011 110101

Color Harmonies of #BA529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA529A

Black with #BA529A

Text Example


Text Example

White with #BA529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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