Html Css Color HEX #BA5898 Mulberry

📋 copy color: '#BA5898'

red 186 ◦ green 88 ◦ blue 152

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

Shades of Mulberry #BA5898

Tints of Mulberry #BA5898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

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

R = 43.66%
G = 20.66%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5898 (or 0xBA5898) is known color: Mulberry. HEX triplet: BA, 58 and 98. RGB value is (186,88,152). Sum of RGB (Red+Green+Blue) = 186+88+152=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5898 is #45A767. Grayscale: #7C7C7C. Windows color (decimal): -4564840 or 9984186. OLE color: 9984186.

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

Color convert

RGB 186 88 152 -
CMYK 0 0.53 0.18 0.27
HSL 320.82º 0.42% 0.54% -
HSV(B) 320.82º 0.53% 0.73% -
XYZ 29.41 19.69 31.96 -
YUV 124.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 186 88 152 0 0.53 0.18 0.27 320.82 0.42 0.54
Hex BA 58 98 0 35 12 1B 141 2A 36
Octal 272 130 230 0 65 22 33 501 52 66
Binary 10111010 1011000 10011000 0 110101 10010 11011 101000001 101010 110110

Color Harmonies of #BA5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5898

Black with #BA5898

Text Example


Text Example

White with #BA5898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5898; }

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

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

background-color css

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

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

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

border-color css

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

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

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