Html Css Color HEX #BA5088 Mulberry

📋 copy color: '#BA5088'

red 186 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #BA5088

Tints of Mulberry #BA5088

RGB

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

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

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

R = 46.27%
G = 19.9%
B = 33.83%

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

#BA5088 (or 0xBA5088) is known color: Mulberry. HEX triplet: BA, 50 and 88. RGB value is (186,80,136). Sum of RGB (Red+Green+Blue) = 186+80+136=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5088 is #45AF77. Grayscale: #757575. Windows color (decimal): -4566904 or 8933562. OLE color: 8933562.

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

Color convert

RGB 186 80 136 -
CMYK 0 0.57 0.27 0.27
HSL 328.3º 0.43% 0.52% -
HSV(B) 328.3º 0.57% 0.73% -
XYZ 27.56 17.95 25.31 -
YUV 118.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 186 80 136 0 0.57 0.27 0.27 328.3 0.43 0.52
Hex BA 50 88 0 39 1B 1B 148 2B 34
Octal 272 120 210 0 71 33 33 510 53 64
Binary 10111010 1010000 10001000 0 111001 11011 11011 101001000 101011 110100

Color Harmonies of #BA5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5088

Black with #BA5088

Text Example


Text Example

White with #BA5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5088; }

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

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

background-color css

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

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

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

border-color css

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

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

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