Html Css Color HEX #BA488D Mulberry

📋 copy color: '#BA488D'

red 186 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #BA488D

Tints of Mulberry #BA488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

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

R = 46.62%
G = 18.05%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA488D (or 0xBA488D) is known color: Mulberry. HEX triplet: BA, 48 and 8D. RGB value is (186,72,141). Sum of RGB (Red+Green+Blue) = 186+72+141=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA488D is #45B772. Grayscale: #717171. Windows color (decimal): -4568947 or 9259194. OLE color: 9259194.

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

Color convert

RGB 186 72 141 -
CMYK 0 0.61 0.24 0.27
HSL 323.68º 0.45% 0.51% -
HSV(B) 323.68º 0.61% 0.73% -
XYZ 27.37 17 27.04 -
YUV 113.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 186 72 141 0 0.61 0.24 0.27 323.68 0.45 0.51
Hex BA 48 8D 0 3D 18 1B 144 2D 33
Octal 272 110 215 0 75 30 33 504 55 63
Binary 10111010 1001000 10001101 0 111101 11000 11011 101000100 101101 110011

Color Harmonies of #BA488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA488D

Black with #BA488D

Text Example


Text Example

White with #BA488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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