Html Css Color HEX #BA528E Mulberry

📋 copy color: '#BA528E'

red 186 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #BA528E

Tints of Mulberry #BA528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 45.37%
G = 20%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA528E (or 0xBA528E) is known color: Mulberry. HEX triplet: BA, 52 and 8E. RGB value is (186,82,142). Sum of RGB (Red+Green+Blue) = 186+82+142=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528E is #45AD71. Grayscale: #777777. Windows color (decimal): -4566386 or 9327290. OLE color: 9327290.

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

Color convert

RGB 186 82 142 -
CMYK 0 0.56 0.24 0.27
HSL 325.38º 0.43% 0.53% -
HSV(B) 325.38º 0.56% 0.73% -
XYZ 28.15 18.43 27.66 -
YUV 119.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 186 82 142 0 0.56 0.24 0.27 325.38 0.43 0.53
Hex BA 52 8E 0 38 18 1B 145 2B 35
Octal 272 122 216 0 70 30 33 505 53 65
Binary 10111010 1010010 10001110 0 111000 11000 11011 101000101 101011 110101

Color Harmonies of #BA528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA528E

Black with #BA528E

Text Example


Text Example

White with #BA528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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