Html Css Color HEX #BA538D Mulberry

📋 copy color: '#BA538D'

red 186 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #BA538D

Tints of Mulberry #BA538D

RGB

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

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

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

R = 45.37%
G = 20.24%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA538D (or 0xBA538D) is known color: Mulberry. HEX triplet: BA, 53 and 8D. RGB value is (186,83,141). Sum of RGB (Red+Green+Blue) = 186+83+141=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA538D is #45AC72. Grayscale: #787878. Windows color (decimal): -4566131 or 9262010. OLE color: 9262010.

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

Color convert

RGB 186 83 141 -
CMYK 0 0.55 0.24 0.27
HSL 326.21º 0.43% 0.53% -
HSV(B) 326.21º 0.55% 0.73% -
XYZ 28.15 18.55 27.3 -
YUV 120.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 186 83 141 0 0.55 0.24 0.27 326.21 0.43 0.53
Hex BA 53 8D 0 37 18 1B 146 2B 35
Octal 272 123 215 0 67 30 33 506 53 65
Binary 10111010 1010011 10001101 0 110111 11000 11011 101000110 101011 110101

Color Harmonies of #BA538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA538D

Black with #BA538D

Text Example


Text Example

White with #BA538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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