Html Css Color HEX #BA5185 Mulberry

📋 copy color: '#BA5185'

red 186 ◦ green 81 ◦ blue 133

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

Shades of Mulberry #BA5185

Tints of Mulberry #BA5185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 46.5%
G = 20.25%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA5185 (or 0xBA5185) is known color: Mulberry. HEX triplet: BA, 51 and 85. RGB value is (186,81,133). Sum of RGB (Red+Green+Blue) = 186+81+133=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5185 is #45AE7A. Grayscale: #767676. Windows color (decimal): -4566651 or 8737210. OLE color: 8737210.

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

Color convert

RGB 186 81 133 -
CMYK 0 0.56 0.28 0.27
HSL 330.29º 0.43% 0.52% -
HSV(B) 330.29º 0.56% 0.73% -
XYZ 27.43 18.02 24.22 -
YUV 118.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 186 81 133 0 0.56 0.28 0.27 330.29 0.43 0.52
Hex BA 51 85 0 38 1C 1B 14A 2B 34
Octal 272 121 205 0 70 34 33 512 53 64
Binary 10111010 1010001 10000101 0 111000 11100 11011 101001010 101011 110100

Color Harmonies of #BA5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5185

Black with #BA5185

Text Example


Text Example

White with #BA5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5185; }

 p { color: rgb(186,81,133); }

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

background-color css

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

 a { background-color: rgb(186,81,133); }

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

border-color css

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

 span { border-color: rgb(186,81,133); }

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