Html Css Color HEX #BA5998 Mulberry

📋 copy color: '#BA5998'

red 186 ◦ green 89 ◦ blue 152

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

Shades of Mulberry #BA5998

Tints of Mulberry #BA5998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.84%

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 43.56%
G = 20.84%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5998 (or 0xBA5998) is known color: Mulberry. HEX triplet: BA, 59 and 98. RGB value is (186,89,152). Sum of RGB (Red+Green+Blue) = 186+89+152=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5998 is #45A667. Grayscale: #7D7D7D. Windows color (decimal): -4564584 or 9984442. OLE color: 9984442.

HSL color Cylindrical-coordinate representation of color #BA5998: hue angle of 321.03º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5998 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 152 -
CMYK 0 0.52 0.18 0.27
HSL 321.03º 0.41% 0.54% -
HSV(B) 321.03º 0.52% 0.73% -
XYZ 29.49 19.85 31.98 -
YUV 125.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 186 89 152 0 0.52 0.18 0.27 321.03 0.41 0.54
Hex BA 59 98 0 34 12 1B 141 29 36
Octal 272 131 230 0 64 22 33 501 51 66
Binary 10111010 1011001 10011000 0 110100 10010 11011 101000001 101001 110110

Color Harmonies of #BA5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5998

Black with #BA5998

Text Example


Text Example

White with #BA5998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5998; }

 p { color: rgb(186,89,152); }

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

background-color css

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

 a { background-color: rgb(186,89,152); }

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

border-color css

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

 span { border-color: rgb(186,89,152); }

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