Html Css Color HEX #BA4996 Mulberry

📋 copy color: '#BA4996'

red 186 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #BA4996

Tints of Mulberry #BA4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 45.48%
G = 17.85%
B = 36.67%

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

#BA4996 (or 0xBA4996) is known color: Mulberry. HEX triplet: BA, 49 and 96. RGB value is (186,73,150). Sum of RGB (Red+Green+Blue) = 186+73+150=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4996 is #45B669. Grayscale: #737373. Windows color (decimal): -4568682 or 9849274. OLE color: 9849274.

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

Color convert

RGB 186 73 150 -
CMYK 0 0.61 0.19 0.27
HSL 319.12º 0.45% 0.51% -
HSV(B) 319.12º 0.61% 0.73% -
XYZ 28.14 17.41 30.73 -
YUV 115.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 186 73 150 0 0.61 0.19 0.27 319.12 0.45 0.51
Hex BA 49 96 0 3D 13 1B 13F 2D 33
Octal 272 111 226 0 75 23 33 477 55 63
Binary 10111010 1001001 10010110 0 111101 10011 11011 100111111 101101 110011

Color Harmonies of #BA4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4996

Black with #BA4996

Text Example


Text Example

White with #BA4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4996; }

 p { color: rgb(186,73,150); }

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

background-color css

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

 a { background-color: rgb(186,73,150); }

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

border-color css

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

 span { border-color: rgb(186,73,150); }

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