Html Css Color HEX #BA5287 Mulberry

📋 copy color: '#BA5287'

red 186 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #BA5287

Tints of Mulberry #BA5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 46.15%
G = 20.35%
B = 33.5%

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

#BA5287 (or 0xBA5287) is known color: Mulberry. HEX triplet: BA, 52 and 87. RGB value is (186,82,135). Sum of RGB (Red+Green+Blue) = 186+82+135=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5287 is #45AD78. Grayscale: #777777. Windows color (decimal): -4566393 or 8868538. OLE color: 8868538.

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

Color convert

RGB 186 82 135 -
CMYK 0 0.56 0.27 0.27
HSL 329.42º 0.43% 0.53% -
HSV(B) 329.42º 0.56% 0.73% -
XYZ 27.64 18.22 24.98 -
YUV 119.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 186 82 135 0 0.56 0.27 0.27 329.42 0.43 0.53
Hex BA 52 87 0 38 1B 1B 149 2B 35
Octal 272 122 207 0 70 33 33 511 53 65
Binary 10111010 1010010 10000111 0 111000 11011 11011 101001001 101011 110101

Color Harmonies of #BA5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5287

Black with #BA5287

Text Example


Text Example

White with #BA5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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