Html Css Color HEX #BA5D98 Mulberry

📋 copy color: '#BA5D98'

red 186 ◦ green 93 ◦ blue 152

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

Shades of Mulberry #BA5D98

Tints of Mulberry #BA5D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 43.16%
G = 21.58%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA5D98 (or 0xBA5D98) is known color: Mulberry. HEX triplet: BA, 5D and 98. RGB value is (186,93,152). Sum of RGB (Red+Green+Blue) = 186+93+152=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D98 is #45A267. Grayscale: #7F7F7F. Windows color (decimal): -4563560 or 9985466. OLE color: 9985466.

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

Color convert

RGB 186 93 152 -
CMYK 0 0.5 0.18 0.27
HSL 321.94º 0.4% 0.55% -
HSV(B) 321.94º 0.5% 0.73% -
XYZ 29.83 20.53 32.1 -
YUV 127.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 186 93 152 0 0.5 0.18 0.27 321.94 0.4 0.55
Hex BA 5D 98 0 32 12 1B 142 28 37
Octal 272 135 230 0 62 22 33 502 50 67
Binary 10111010 1011101 10011000 0 110010 10010 11011 101000010 101000 110111

Color Harmonies of #BA5D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D98

Black with #BA5D98

Text Example


Text Example

White with #BA5D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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