Html Css Color HEX #BA499D Mulberry

📋 copy color: '#BA499D'

red 186 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #BA499D

Tints of Mulberry #BA499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 44.71%
G = 17.55%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA499D (or 0xBA499D) is known color: Mulberry. HEX triplet: BA, 49 and 9D. RGB value is (186,73,157). Sum of RGB (Red+Green+Blue) = 186+73+157=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499D is #45B662. Grayscale: #747474. Windows color (decimal): -4568675 or 10308026. OLE color: 10308026.

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

Color convert

RGB 186 73 157 -
CMYK 0 0.61 0.16 0.27
HSL 315.4º 0.45% 0.51% -
HSV(B) 315.4º 0.61% 0.73% -
XYZ 28.72 17.64 33.79 -
YUV 116.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 186 73 157 0 0.61 0.16 0.27 315.4 0.45 0.51
Hex BA 49 9D 0 3D 10 1B 13B 2D 33
Octal 272 111 235 0 75 20 33 473 55 63
Binary 10111010 1001001 10011101 0 111101 10000 11011 100111011 101101 110011

Color Harmonies of #BA499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA499D

Black with #BA499D

Text Example


Text Example

White with #BA499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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