Html Css Color HEX #BA499B Mulberry

📋 copy color: '#BA499B'

red 186 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #BA499B

Tints of Mulberry #BA499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 44.93%
G = 17.63%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA499B (or 0xBA499B) is known color: Mulberry. HEX triplet: BA, 49 and 9B. RGB value is (186,73,155). Sum of RGB (Red+Green+Blue) = 186+73+155=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499B is #45B664. Grayscale: #737373. Windows color (decimal): -4568677 or 10176954. OLE color: 10176954.

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

Color convert

RGB 186 73 155 -
CMYK 0 0.61 0.17 0.27
HSL 316.46º 0.45% 0.51% -
HSV(B) 316.46º 0.61% 0.73% -
XYZ 28.55 17.57 32.9 -
YUV 116.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 186 73 155 0 0.61 0.17 0.27 316.46 0.45 0.51
Hex BA 49 9B 0 3D 11 1B 13C 2D 33
Octal 272 111 233 0 75 21 33 474 55 63
Binary 10111010 1001001 10011011 0 111101 10001 11011 100111100 101101 110011

Color Harmonies of #BA499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA499B

Black with #BA499B

Text Example


Text Example

White with #BA499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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