Html Css Color HEX #BA448B Mulberry

📋 copy color: '#BA448B'

red 186 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #BA448B

Tints of Mulberry #BA448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 47.33%
G = 17.3%
B = 35.37%

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

#BA448B (or 0xBA448B) is known color: Mulberry. HEX triplet: BA, 44 and 8B. RGB value is (186,68,139). Sum of RGB (Red+Green+Blue) = 186+68+139=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448B is #45BB74. Grayscale: #6F6F6F. Windows color (decimal): -4569973 or 9127098. OLE color: 9127098.

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

Color convert

RGB 186 68 139 -
CMYK 0 0.63 0.25 0.27
HSL 323.9º 0.46% 0.5% -
HSV(B) 323.9º 0.63% 0.73% -
XYZ 26.98 16.44 26.18 -
YUV 111.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 186 68 139 0 0.63 0.25 0.27 323.9 0.46 0.5
Hex BA 44 8B 0 3F 19 1B 144 2E 32
Octal 272 104 213 0 77 31 33 504 56 62
Binary 10111010 1000100 10001011 0 111111 11001 11011 101000100 101110 110010

Color Harmonies of #BA448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA448B

Black with #BA448B

Text Example


Text Example

White with #BA448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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