Html Css Color HEX #BA618E Mulberry

📋 copy color: '#BA618E'

red 186 ◦ green 97 ◦ blue 142

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

Shades of Mulberry #BA618E

Tints of Mulberry #BA618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

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

R = 43.76%
G = 22.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA618E (or 0xBA618E) is known color: Mulberry. HEX triplet: BA, 61 and 8E. RGB value is (186,97,142). Sum of RGB (Red+Green+Blue) = 186+97+142=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA618E is #459E71. Grayscale: #808080. Windows color (decimal): -4562546 or 9331130. OLE color: 9331130.

HSL color Cylindrical-coordinate representation of color #BA618E: hue angle of 329.66º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA618E is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 142 -
CMYK 0 0.48 0.24 0.27
HSL 329.66º 0.39% 0.55% -
HSV(B) 329.66º 0.48% 0.73% -
XYZ 29.41 20.94 28.08 -
YUV 128.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 186 97 142 0 0.48 0.24 0.27 329.66 0.39 0.55
Hex BA 61 8E 0 30 18 1B 14A 27 37
Octal 272 141 216 0 60 30 33 512 47 67
Binary 10111010 1100001 10001110 0 110000 11000 11011 101001010 100111 110111

Color Harmonies of #BA618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA618E

Black with #BA618E

Text Example


Text Example

White with #BA618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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