Html Css Color HEX #BA4987 Mulberry

📋 copy color: '#BA4987'

red 186 ◦ green 73 ◦ blue 135

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

Shades of Mulberry #BA4987

Tints of Mulberry #BA4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 47.21%
G = 18.53%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4987 (or 0xBA4987) is known color: Mulberry. HEX triplet: BA, 49 and 87. RGB value is (186,73,135). Sum of RGB (Red+Green+Blue) = 186+73+135=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4987 is #45B678. Grayscale: #717171. Windows color (decimal): -4568697 or 8866234. OLE color: 8866234.

HSL color Cylindrical-coordinate representation of color #BA4987: hue angle of 327.08º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4987 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 135 -
CMYK 0 0.61 0.27 0.27
HSL 327.08º 0.45% 0.51% -
HSV(B) 327.08º 0.61% 0.73% -
XYZ 27.01 16.95 24.77 -
YUV 113.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 186 73 135 0 0.61 0.27 0.27 327.08 0.45 0.51
Hex BA 49 87 0 3D 1B 1B 147 2D 33
Octal 272 111 207 0 75 33 33 507 55 63
Binary 10111010 1001001 10000111 0 111101 11011 11011 101000111 101101 110011

Color Harmonies of #BA4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4987

Black with #BA4987

Text Example


Text Example

White with #BA4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4987; }

 p { color: rgb(186,73,135); }

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

background-color css

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

 a { background-color: rgb(186,73,135); }

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

border-color css

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

 span { border-color: rgb(186,73,135); }

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