Html Css Color HEX #BA5188 Mulberry

📋 copy color: '#BA5188'

red 186 ◦ green 81 ◦ blue 136

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

Shades of Mulberry #BA5188

Tints of Mulberry #BA5188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 46.15%
G = 20.1%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5188 (or 0xBA5188) is known color: Mulberry. HEX triplet: BA, 51 and 88. RGB value is (186,81,136). Sum of RGB (Red+Green+Blue) = 186+81+136=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5188 is #45AE77. Grayscale: #767676. Windows color (decimal): -4566648 or 8933818. OLE color: 8933818.

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

Color convert

RGB 186 81 136 -
CMYK 0 0.56 0.27 0.27
HSL 328.57º 0.43% 0.52% -
HSV(B) 328.57º 0.56% 0.73% -
XYZ 27.64 18.1 25.33 -
YUV 118.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 186 81 136 0 0.56 0.27 0.27 328.57 0.43 0.52
Hex BA 51 88 0 38 1B 1B 149 2B 34
Octal 272 121 210 0 70 33 33 511 53 64
Binary 10111010 1010001 10001000 0 111000 11011 11011 101001001 101011 110100

Color Harmonies of #BA5188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5188

Black with #BA5188

Text Example


Text Example

White with #BA5188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5188; }

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

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

background-color css

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

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

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

border-color css

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

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

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