Html Css Color HEX #BA4597 Mulberry

📋 copy color: '#BA4597'

red 186 ◦ green 69 ◦ blue 151

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

Shades of Mulberry #BA4597

Tints of Mulberry #BA4597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17%

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

R = 45.81%
G = 17%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4597 (or 0xBA4597) is known color: Mulberry. HEX triplet: BA, 45 and 97. RGB value is (186,69,151). Sum of RGB (Red+Green+Blue) = 186+69+151=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4597 is #45BA68. Grayscale: #717171. Windows color (decimal): -4569705 or 9913786. OLE color: 9913786.

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

Color convert

RGB 186 69 151 -
CMYK 0 0.63 0.19 0.27
HSL 317.95º 0.46% 0.5% -
HSV(B) 317.95º 0.63% 0.73% -
XYZ 27.96 16.93 31.07 -
YUV 113.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 186 69 151 0 0.63 0.19 0.27 317.95 0.46 0.5
Hex BA 45 97 0 3F 13 1B 13E 2E 32
Octal 272 105 227 0 77 23 33 476 56 62
Binary 10111010 1000101 10010111 0 111111 10011 11011 100111110 101110 110010

Color Harmonies of #BA4597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4597

Black with #BA4597

Text Example


Text Example

White with #BA4597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4597; }

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

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

background-color css

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

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

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

border-color css

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

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

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