Html Css Color HEX #BA5087 Mulberry

📋 copy color: '#BA5087'

red 186 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #BA5087

Tints of Mulberry #BA5087

RGB

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

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

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

R = 46.38%
G = 19.95%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5087 (or 0xBA5087) is known color: Mulberry. HEX triplet: BA, 50 and 87. RGB value is (186,80,135). Sum of RGB (Red+Green+Blue) = 186+80+135=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5087 is #45AF78. Grayscale: #757575. Windows color (decimal): -4566905 or 8868026. OLE color: 8868026.

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

Color convert

RGB 186 80 135 -
CMYK 0 0.57 0.27 0.27
HSL 328.87º 0.43% 0.52% -
HSV(B) 328.87º 0.57% 0.73% -
XYZ 27.49 17.93 24.93 -
YUV 117.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 186 80 135 0 0.57 0.27 0.27 328.87 0.43 0.52
Hex BA 50 87 0 39 1B 1B 149 2B 34
Octal 272 120 207 0 71 33 33 511 53 64
Binary 10111010 1010000 10000111 0 111001 11011 11011 101001001 101011 110100

Color Harmonies of #BA5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5087

Black with #BA5087

Text Example


Text Example

White with #BA5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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