Html Css Color HEX #BA4B8C Mulberry

📋 copy color: '#BA4B8C'

red 186 ◦ green 75 ◦ blue 140

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

Shades of Mulberry #BA4B8C

Tints of Mulberry #BA4B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 46.38%
G = 18.7%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA4B8C (or 0xBA4B8C) is known color: Mulberry. HEX triplet: BA, 4B and 8C. RGB value is (186,75,140). Sum of RGB (Red+Green+Blue) = 186+75+140=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B8C is #45B473. Grayscale: #737373. Windows color (decimal): -4568180 or 9194426. OLE color: 9194426.

HSL color Cylindrical-coordinate representation of color #BA4B8C: hue angle of 324.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B8C is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 140 -
CMYK 0 0.60 0.25 0.27
HSL 324.86º 0.45% 0.51% -
HSV(B) 324.86º 0.6% 0.73% -
XYZ 27.5 17.36 26.71 -
YUV 115.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 186 75 140 0 0.60 0.25 0.27 324.86 0.45 0.51
Hex BA 4B 8C 0 3C 19 1B 145 2D 33
Octal 272 113 214 0 74 31 33 505 55 63
Binary 10111010 1001011 10001100 0 111100 11001 11011 101000101 101101 110011

Color Harmonies of #BA4B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B8C

Black with #BA4B8C

Text Example


Text Example

White with #BA4B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B8C; }

 p { color: rgb(186,75,140); }

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

background-color css

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

 a { background-color: rgb(186,75,140); }

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

border-color css

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

 span { border-color: rgb(186,75,140); }

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