Html Css Color HEX #BA448E Mulberry

📋 copy color: '#BA448E'

red 186 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #BA448E

Tints of Mulberry #BA448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 46.97%
G = 17.17%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA448E (or 0xBA448E) is known color: Mulberry. HEX triplet: BA, 44 and 8E. RGB value is (186,68,142). Sum of RGB (Red+Green+Blue) = 186+68+142=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448E is #45BB71. Grayscale: #6F6F6F. Windows color (decimal): -4569970 or 9323706. OLE color: 9323706.

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

Color convert

RGB 186 68 142 -
CMYK 0 0.63 0.24 0.27
HSL 322.37º 0.46% 0.5% -
HSV(B) 322.37º 0.63% 0.73% -
XYZ 27.2 16.53 27.35 -
YUV 111.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 186 68 142 0 0.63 0.24 0.27 322.37 0.46 0.5
Hex BA 44 8E 0 3F 18 1B 142 2E 32
Octal 272 104 216 0 77 30 33 502 56 62
Binary 10111010 1000100 10001110 0 111111 11000 11011 101000010 101110 110010

Color Harmonies of #BA448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA448E

Black with #BA448E

Text Example


Text Example

White with #BA448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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