Html Css Color HEX #BA4697 Mulberry

📋 copy color: '#BA4697'

red 186 ◦ green 70 ◦ blue 151

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

Shades of Mulberry #BA4697

Tints of Mulberry #BA4697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.2%

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

R = 45.7%
G = 17.2%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4697 (or 0xBA4697) is known color: Mulberry. HEX triplet: BA, 46 and 97. RGB value is (186,70,151). Sum of RGB (Red+Green+Blue) = 186+70+151=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4697 is #45B968. Grayscale: #717171. Windows color (decimal): -4569449 or 9914042. OLE color: 9914042.

HSL color Cylindrical-coordinate representation of color #BA4697: hue angle of 318.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4697 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 151 -
CMYK 0 0.62 0.19 0.27
HSL 318.1º 0.46% 0.5% -
HSV(B) 318.1º 0.62% 0.73% -
XYZ 28.03 17.05 31.09 -
YUV 113.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 186 70 151 0 0.62 0.19 0.27 318.1 0.46 0.5
Hex BA 46 97 0 3E 13 1B 13E 2E 32
Octal 272 106 227 0 76 23 33 476 56 62
Binary 10111010 1000110 10010111 0 111110 10011 11011 100111110 101110 110010

Color Harmonies of #BA4697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4697

Black with #BA4697

Text Example


Text Example

White with #BA4697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4697; }

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

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

background-color css

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

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

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

border-color css

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

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

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