Html Css Color HEX #BA4487 Mulberry

📋 copy color: '#BA4487'

red 186 ◦ green 68 ◦ blue 135

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

Shades of Mulberry #BA4487

Tints of Mulberry #BA4487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

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

R = 47.81%
G = 17.48%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4487 (or 0xBA4487) is known color: Mulberry. HEX triplet: BA, 44 and 87. RGB value is (186,68,135). Sum of RGB (Red+Green+Blue) = 186+68+135=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4487 is #45BB78. Grayscale: #6E6E6E. Windows color (decimal): -4569977 or 8864954. OLE color: 8864954.

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

Color convert

RGB 186 68 135 -
CMYK 0 0.63 0.27 0.27
HSL 325.93º 0.46% 0.5% -
HSV(B) 325.93º 0.63% 0.73% -
XYZ 26.69 16.32 24.67 -
YUV 110.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 186 68 135 0 0.63 0.27 0.27 325.93 0.46 0.5
Hex BA 44 87 0 3F 1B 1B 146 2E 32
Octal 272 104 207 0 77 33 33 506 56 62
Binary 10111010 1000100 10000111 0 111111 11011 11011 101000110 101110 110010

Color Harmonies of #BA4487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4487

Black with #BA4487

Text Example


Text Example

White with #BA4487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4487; }

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

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

background-color css

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

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

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

border-color css

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

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

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