Html Css Color HEX #BA5A98 Mulberry

📋 copy color: '#BA5A98'

red 186 ◦ green 90 ◦ blue 152

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

Shades of Mulberry #BA5A98

Tints of Mulberry #BA5A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

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

R = 43.46%
G = 21.03%
B = 35.51%

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

#BA5A98 (or 0xBA5A98) is known color: Mulberry. HEX triplet: BA, 5A and 98. RGB value is (186,90,152). Sum of RGB (Red+Green+Blue) = 186+90+152=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A98 is #45A567. Grayscale: #7D7D7D. Windows color (decimal): -4564328 or 9984698. OLE color: 9984698.

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

Color convert

RGB 186 90 152 -
CMYK 0 0.52 0.18 0.27
HSL 321.25º 0.41% 0.54% -
HSV(B) 321.25º 0.52% 0.73% -
XYZ 29.57 20.02 32.01 -
YUV 125.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 186 90 152 0 0.52 0.18 0.27 321.25 0.41 0.54
Hex BA 5A 98 0 34 12 1B 141 29 36
Octal 272 132 230 0 64 22 33 501 51 66
Binary 10111010 1011010 10011000 0 110100 10010 11011 101000001 101001 110110

Color Harmonies of #BA5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A98

Black with #BA5A98

Text Example


Text Example

White with #BA5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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