Html Css Color HEX #BA528B Mulberry

📋 copy color: '#BA528B'

red 186 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #BA528B

Tints of Mulberry #BA528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 45.7%
G = 20.15%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA528B (or 0xBA528B) is known color: Mulberry. HEX triplet: BA, 52 and 8B. RGB value is (186,82,139). Sum of RGB (Red+Green+Blue) = 186+82+139=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528B is #45AD74. Grayscale: #777777. Windows color (decimal): -4566389 or 9130682. OLE color: 9130682.

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

Color convert

RGB 186 82 139 -
CMYK 0 0.56 0.25 0.27
HSL 327.12º 0.43% 0.53% -
HSV(B) 327.12º 0.56% 0.73% -
XYZ 27.93 18.34 26.49 -
YUV 119.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 186 82 139 0 0.56 0.25 0.27 327.12 0.43 0.53
Hex BA 52 8B 0 38 19 1B 147 2B 35
Octal 272 122 213 0 70 31 33 507 53 65
Binary 10111010 1010010 10001011 0 111000 11001 11011 101000111 101011 110101

Color Harmonies of #BA528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA528B

Black with #BA528B

Text Example


Text Example

White with #BA528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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