Html Css Color HEX #BA5187 Mulberry

📋 copy color: '#BA5187'

red 186 ◦ green 81 ◦ blue 135

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

Shades of Mulberry #BA5187

Tints of Mulberry #BA5187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 46.27%
G = 20.15%
B = 33.58%

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

#BA5187 (or 0xBA5187) is known color: Mulberry. HEX triplet: BA, 51 and 87. RGB value is (186,81,135). Sum of RGB (Red+Green+Blue) = 186+81+135=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5187 is #45AE78. Grayscale: #767676. Windows color (decimal): -4566649 or 8868282. OLE color: 8868282.

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

Color convert

RGB 186 81 135 -
CMYK 0 0.56 0.27 0.27
HSL 329.14º 0.43% 0.52% -
HSV(B) 329.14º 0.56% 0.73% -
XYZ 27.57 18.07 24.96 -
YUV 118.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 186 81 135 0 0.56 0.27 0.27 329.14 0.43 0.52
Hex BA 51 87 0 38 1B 1B 149 2B 34
Octal 272 121 207 0 70 33 33 511 53 64
Binary 10111010 1010001 10000111 0 111000 11011 11011 101001001 101011 110100

Color Harmonies of #BA5187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5187

Black with #BA5187

Text Example


Text Example

White with #BA5187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5187; }

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

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

background-color css

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

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

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

border-color css

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

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

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