Html Css Color HEX #BA499C Mulberry

📋 copy color: '#BA499C'

red 186 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #BA499C

Tints of Mulberry #BA499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 44.82%
G = 17.59%
B = 37.59%

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

#BA499C (or 0xBA499C) is known color: Mulberry. HEX triplet: BA, 49 and 9C. RGB value is (186,73,156). Sum of RGB (Red+Green+Blue) = 186+73+156=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499C is #45B663. Grayscale: #747474. Windows color (decimal): -4568676 or 10242490. OLE color: 10242490.

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

Color convert

RGB 186 73 156 -
CMYK 0 0.61 0.16 0.27
HSL 315.93º 0.45% 0.51% -
HSV(B) 315.93º 0.61% 0.73% -
XYZ 28.63 17.6 33.34 -
YUV 116.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 186 73 156 0 0.61 0.16 0.27 315.93 0.45 0.51
Hex BA 49 9C 0 3D 10 1B 13C 2D 33
Octal 272 111 234 0 75 20 33 474 55 63
Binary 10111010 1001001 10011100 0 111101 10000 11011 100111100 101101 110011

Color Harmonies of #BA499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA499C

Black with #BA499C

Text Example


Text Example

White with #BA499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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