Html Css Color HEX #BA498A Mulberry

📋 copy color: '#BA498A'

red 186 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #BA498A

Tints of Mulberry #BA498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 46.85%
G = 18.39%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA498A (or 0xBA498A) is known color: Mulberry. HEX triplet: BA, 49 and 8A. RGB value is (186,73,138). Sum of RGB (Red+Green+Blue) = 186+73+138=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA498A is #45B675. Grayscale: #727272. Windows color (decimal): -4568694 or 9062842. OLE color: 9062842.

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

Color convert

RGB 186 73 138 -
CMYK 0 0.61 0.26 0.27
HSL 325.49º 0.45% 0.51% -
HSV(B) 325.49º 0.61% 0.73% -
XYZ 27.22 17.04 25.9 -
YUV 114.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 186 73 138 0 0.61 0.26 0.27 325.49 0.45 0.51
Hex BA 49 8A 0 3D 1A 1B 145 2D 33
Octal 272 111 212 0 75 32 33 505 55 63
Binary 10111010 1001001 10001010 0 111101 11010 11011 101000101 101101 110011

Color Harmonies of #BA498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA498A

Black with #BA498A

Text Example


Text Example

White with #BA498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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