Html Css Color HEX #BA498E Mulberry

📋 copy color: '#BA498E'

red 186 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #BA498E

Tints of Mulberry #BA498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 46.38%
G = 18.2%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA498E (or 0xBA498E) is known color: Mulberry. HEX triplet: BA, 49 and 8E. RGB value is (186,73,142). Sum of RGB (Red+Green+Blue) = 186+73+142=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA498E is #45B671. Grayscale: #727272. Windows color (decimal): -4568690 or 9324986. OLE color: 9324986.

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

Color convert

RGB 186 73 142 -
CMYK 0 0.61 0.24 0.27
HSL 323.36º 0.45% 0.51% -
HSV(B) 323.36º 0.61% 0.73% -
XYZ 27.51 17.16 27.45 -
YUV 114.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 186 73 142 0 0.61 0.24 0.27 323.36 0.45 0.51
Hex BA 49 8E 0 3D 18 1B 143 2D 33
Octal 272 111 216 0 75 30 33 503 55 63
Binary 10111010 1001001 10001110 0 111101 11000 11011 101000011 101101 110011

Color Harmonies of #BA498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA498E

Black with #BA498E

Text Example


Text Example

White with #BA498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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