Html Css Color HEX #BA518B Mulberry

📋 copy color: '#BA518B'

red 186 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #BA518B

Tints of Mulberry #BA518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 45.81%
G = 19.95%
B = 34.24%

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

#BA518B (or 0xBA518B) is known color: Mulberry. HEX triplet: BA, 51 and 8B. RGB value is (186,81,139). Sum of RGB (Red+Green+Blue) = 186+81+139=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA518B is #45AE74. Grayscale: #767676. Windows color (decimal): -4566645 or 9130426. OLE color: 9130426.

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

Color convert

RGB 186 81 139 -
CMYK 0 0.56 0.25 0.27
HSL 326.86º 0.43% 0.52% -
HSV(B) 326.86º 0.56% 0.73% -
XYZ 27.85 18.19 26.47 -
YUV 119.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 186 81 139 0 0.56 0.25 0.27 326.86 0.43 0.52
Hex BA 51 8B 0 38 19 1B 147 2B 34
Octal 272 121 213 0 70 31 33 507 53 64
Binary 10111010 1010001 10001011 0 111000 11001 11011 101000111 101011 110100

Color Harmonies of #BA518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA518B

Black with #BA518B

Text Example


Text Example

White with #BA518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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