Html Css Color HEX #BA448C Mulberry

📋 copy color: '#BA448C'

red 186 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #BA448C

Tints of Mulberry #BA448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 47.21%
G = 17.26%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA448C (or 0xBA448C) is known color: Mulberry. HEX triplet: BA, 44 and 8C. RGB value is (186,68,140). Sum of RGB (Red+Green+Blue) = 186+68+140=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448C is #45BB73. Grayscale: #6F6F6F. Windows color (decimal): -4569972 or 9192634. OLE color: 9192634.

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

Color convert

RGB 186 68 140 -
CMYK 0 0.63 0.25 0.27
HSL 323.39º 0.46% 0.5% -
HSV(B) 323.39º 0.63% 0.73% -
XYZ 27.05 16.47 26.56 -
YUV 111.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 186 68 140 0 0.63 0.25 0.27 323.39 0.46 0.5
Hex BA 44 8C 0 3F 19 1B 143 2E 32
Octal 272 104 214 0 77 31 33 503 56 62
Binary 10111010 1000100 10001100 0 111111 11001 11011 101000011 101110 110010

Color Harmonies of #BA448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA448C

Black with #BA448C

Text Example


Text Example

White with #BA448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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