Html Css Color HEX #BA4C86 Mulberry

📋 copy color: '#BA4C86'

red 186 ◦ green 76 ◦ blue 134

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

Shades of Mulberry #BA4C86

Tints of Mulberry #BA4C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 46.97%
G = 19.19%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA4C86 (or 0xBA4C86) is known color: Mulberry. HEX triplet: BA, 4C and 86. RGB value is (186,76,134). Sum of RGB (Red+Green+Blue) = 186+76+134=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C86 is #45B379. Grayscale: #737373. Windows color (decimal): -4567930 or 8801466. OLE color: 8801466.

HSL color Cylindrical-coordinate representation of color #BA4C86: hue angle of 328.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C86 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 134 -
CMYK 0 0.59 0.28 0.27
HSL 328.36º 0.44% 0.51% -
HSV(B) 328.36º 0.59% 0.73% -
XYZ 27.14 17.33 24.47 -
YUV 115.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 186 76 134 0 0.59 0.28 0.27 328.36 0.44 0.51
Hex BA 4C 86 0 3B 1C 1B 148 2C 33
Octal 272 114 206 0 73 34 33 510 54 63
Binary 10111010 1001100 10000110 0 111011 11100 11011 101001000 101100 110011

Color Harmonies of #BA4C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C86

Black with #BA4C86

Text Example


Text Example

White with #BA4C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C86; }

 p { color: rgb(186,76,134); }

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

background-color css

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

 a { background-color: rgb(186,76,134); }

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

border-color css

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

 span { border-color: rgb(186,76,134); }

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