Html Css Color HEX #BA4690 Mulberry

📋 copy color: '#BA4690'

red 186 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #BA4690

Tints of Mulberry #BA4690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 46.5%
G = 17.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA4690 (or 0xBA4690) is known color: Mulberry. HEX triplet: BA, 46 and 90. RGB value is (186,70,144). Sum of RGB (Red+Green+Blue) = 186+70+144=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4690 is #45B96F. Grayscale: #707070. Windows color (decimal): -4569456 or 9455290. OLE color: 9455290.

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

Color convert

RGB 186 70 144 -
CMYK 0 0.62 0.23 0.27
HSL 321.72º 0.46% 0.5% -
HSV(B) 321.72º 0.62% 0.73% -
XYZ 27.47 16.83 28.19 -
YUV 113.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 186 70 144 0 0.62 0.23 0.27 321.72 0.46 0.5
Hex BA 46 90 0 3E 17 1B 142 2E 32
Octal 272 106 220 0 76 27 33 502 56 62
Binary 10111010 1000110 10010000 0 111110 10111 11011 101000010 101110 110010

Color Harmonies of #BA4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4690

Black with #BA4690

Text Example


Text Example

White with #BA4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4690; }

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

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

background-color css

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

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

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

border-color css

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

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

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