Html Css Color HEX #BA528D Mulberry

📋 copy color: '#BA528D'

red 186 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #BA528D

Tints of Mulberry #BA528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 45.48%
G = 20.05%
B = 34.47%

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

#BA528D (or 0xBA528D) is known color: Mulberry. HEX triplet: BA, 52 and 8D. RGB value is (186,82,141). Sum of RGB (Red+Green+Blue) = 186+82+141=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528D is #45AD72. Grayscale: #777777. Windows color (decimal): -4566387 or 9261754. OLE color: 9261754.

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

Color convert

RGB 186 82 141 -
CMYK 0 0.56 0.24 0.27
HSL 325.96º 0.43% 0.53% -
HSV(B) 325.96º 0.56% 0.73% -
XYZ 28.07 18.4 27.27 -
YUV 119.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 186 82 141 0 0.56 0.24 0.27 325.96 0.43 0.53
Hex BA 52 8D 0 38 18 1B 146 2B 35
Octal 272 122 215 0 70 30 33 506 53 65
Binary 10111010 1010010 10001101 0 111000 11000 11011 101000110 101011 110101

Color Harmonies of #BA528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA528D

Black with #BA528D

Text Example


Text Example

White with #BA528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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