Html Css Color HEX #BA538C Mulberry

📋 copy color: '#BA538C'

red 186 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #BA538C

Tints of Mulberry #BA538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 45.48%
G = 20.29%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA538C (or 0xBA538C) is known color: Mulberry. HEX triplet: BA, 53 and 8C. RGB value is (186,83,140). Sum of RGB (Red+Green+Blue) = 186+83+140=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA538C is #45AC73. Grayscale: #787878. Windows color (decimal): -4566132 or 9196474. OLE color: 9196474.

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

Color convert

RGB 186 83 140 -
CMYK 0 0.55 0.25 0.27
HSL 326.8º 0.43% 0.53% -
HSV(B) 326.8º 0.55% 0.73% -
XYZ 28.08 18.52 26.91 -
YUV 120.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 186 83 140 0 0.55 0.25 0.27 326.8 0.43 0.53
Hex BA 53 8C 0 37 19 1B 147 2B 35
Octal 272 123 214 0 67 31 33 507 53 65
Binary 10111010 1010011 10001100 0 110111 11001 11011 101000111 101011 110101

Color Harmonies of #BA538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA538C

Black with #BA538C

Text Example


Text Example

White with #BA538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA538C; }

 p { color: rgb(186,83,140); }

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

background-color css

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

 a { background-color: rgb(186,83,140); }

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

border-color css

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

 span { border-color: rgb(186,83,140); }

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