Html Css Color HEX #BA4897 Mulberry

📋 copy color: '#BA4897'

red 186 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #BA4897

Tints of Mulberry #BA4897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 45.48%
G = 17.6%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4897 (or 0xBA4897) is known color: Mulberry. HEX triplet: BA, 48 and 97. RGB value is (186,72,151). Sum of RGB (Red+Green+Blue) = 186+72+151=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4897 is #45B768. Grayscale: #727272. Windows color (decimal): -4568937 or 9914554. OLE color: 9914554.

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

Color convert

RGB 186 72 151 -
CMYK 0 0.61 0.19 0.27
HSL 318.42º 0.45% 0.51% -
HSV(B) 318.42º 0.61% 0.73% -
XYZ 28.15 17.31 31.14 -
YUV 115.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 186 72 151 0 0.61 0.19 0.27 318.42 0.45 0.51
Hex BA 48 97 0 3D 13 1B 13E 2D 33
Octal 272 110 227 0 75 23 33 476 55 63
Binary 10111010 1001000 10010111 0 111101 10011 11011 100111110 101101 110011

Color Harmonies of #BA4897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4897

Black with #BA4897

Text Example


Text Example

White with #BA4897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4897; }

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

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

background-color css

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

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

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

border-color css

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

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

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