Html Css Color HEX #BA529B Mulberry

📋 copy color: '#BA529B'

red 186 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #BA529B

Tints of Mulberry #BA529B

RGB

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

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

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

R = 43.97%
G = 19.39%
B = 36.64%

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

#BA529B (or 0xBA529B) is known color: Mulberry. HEX triplet: BA, 52 and 9B. RGB value is (186,82,155). Sum of RGB (Red+Green+Blue) = 186+82+155=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529B is #45AD64. Grayscale: #797979. Windows color (decimal): -4566373 or 10179258. OLE color: 10179258.

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

Color convert

RGB 186 82 155 -
CMYK 0 0.56 0.17 0.27
HSL 317.88º 0.43% 0.53% -
HSV(B) 317.88º 0.56% 0.73% -
XYZ 29.18 18.84 33.11 -
YUV 121.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 186 82 155 0 0.56 0.17 0.27 317.88 0.43 0.53
Hex BA 52 9B 0 38 11 1B 13E 2B 35
Octal 272 122 233 0 70 21 33 476 53 65
Binary 10111010 1010010 10011011 0 111000 10001 11011 100111110 101011 110101

Color Harmonies of #BA529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA529B

Black with #BA529B

Text Example


Text Example

White with #BA529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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