Html Css Color HEX #BA498B Mulberry

📋 copy color: '#BA498B'

red 186 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #BA498B

Tints of Mulberry #BA498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 46.73%
G = 18.34%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA498B (or 0xBA498B) is known color: Mulberry. HEX triplet: BA, 49 and 8B. RGB value is (186,73,139). Sum of RGB (Red+Green+Blue) = 186+73+139=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA498B is #45B674. Grayscale: #727272. Windows color (decimal): -4568693 or 9128378. OLE color: 9128378.

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

Color convert

RGB 186 73 139 -
CMYK 0 0.61 0.25 0.27
HSL 324.96º 0.45% 0.51% -
HSV(B) 324.96º 0.61% 0.73% -
XYZ 27.29 17.07 26.28 -
YUV 114.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 186 73 139 0 0.61 0.25 0.27 324.96 0.45 0.51
Hex BA 49 8B 0 3D 19 1B 145 2D 33
Octal 272 111 213 0 75 31 33 505 55 63
Binary 10111010 1001001 10001011 0 111101 11001 11011 101000101 101101 110011

Color Harmonies of #BA498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA498B

Black with #BA498B

Text Example


Text Example

White with #BA498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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