Html Css Color HEX #BA499F Mulberry

📋 copy color: '#BA499F'

red 186 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #BA499F

Tints of Mulberry #BA499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 44.5%
G = 17.46%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA499F (or 0xBA499F) is known color: Mulberry. HEX triplet: BA, 49 and 9F. RGB value is (186,73,159). Sum of RGB (Red+Green+Blue) = 186+73+159=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499F is #45B660. Grayscale: #747474. Windows color (decimal): -4568673 or 10439098. OLE color: 10439098.

HSL color Cylindrical-coordinate representation of color #BA499F: hue angle of 314.34º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA499F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 159 -
CMYK 0 0.61 0.15 0.27
HSL 314.34º 0.45% 0.51% -
HSV(B) 314.34º 0.61% 0.73% -
XYZ 28.89 17.71 34.7 -
YUV 116.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 186 73 159 0 0.61 0.15 0.27 314.34 0.45 0.51
Hex BA 49 9F 0 3D F 1B 13A 2D 33
Octal 272 111 237 0 75 17 33 472 55 63
Binary 10111010 1001001 10011111 0 111101 1111 11011 100111010 101101 110011

Color Harmonies of #BA499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA499F

Black with #BA499F

Text Example


Text Example

White with #BA499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA499F; }

 p { color: rgb(186,73,159); }

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

background-color css

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

 a { background-color: rgb(186,73,159); }

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

border-color css

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

 span { border-color: rgb(186,73,159); }

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