Html Css Color HEX #BA5086 Mulberry

📋 copy color: '#BA5086'

red 186 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #BA5086

Tints of Mulberry #BA5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 46.5%
G = 20%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA5086 (or 0xBA5086) is known color: Mulberry. HEX triplet: BA, 50 and 86. RGB value is (186,80,134). Sum of RGB (Red+Green+Blue) = 186+80+134=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5086 is #45AF79. Grayscale: #757575. Windows color (decimal): -4566906 or 8802490. OLE color: 8802490.

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

Color convert

RGB 186 80 134 -
CMYK 0 0.57 0.28 0.27
HSL 329.43º 0.43% 0.52% -
HSV(B) 329.43º 0.57% 0.73% -
XYZ 27.42 17.9 24.56 -
YUV 117.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 186 80 134 0 0.57 0.28 0.27 329.43 0.43 0.52
Hex BA 50 86 0 39 1C 1B 149 2B 34
Octal 272 120 206 0 71 34 33 511 53 64
Binary 10111010 1010000 10000110 0 111001 11100 11011 101001001 101011 110100

Color Harmonies of #BA5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5086

Black with #BA5086

Text Example


Text Example

White with #BA5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5086; }

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

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

background-color css

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

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

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

border-color css

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

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

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