Html Css Color HEX #BA629D Mulberry

📋 copy color: '#BA629D'

red 186 ◦ green 98 ◦ blue 157

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

Shades of Mulberry #BA629D

Tints of Mulberry #BA629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 42.18%
G = 22.22%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA629D (or 0xBA629D) is known color: Mulberry. HEX triplet: BA, 62 and 9D. RGB value is (186,98,157). Sum of RGB (Red+Green+Blue) = 186+98+157=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA629D is #459D62. Grayscale: #828282. Windows color (decimal): -4562275 or 10314426. OLE color: 10314426.

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

Color convert

RGB 186 98 157 -
CMYK 0 0.47 0.16 0.27
HSL 319.77º 0.39% 0.56% -
HSV(B) 319.77º 0.47% 0.73% -
XYZ 30.7 21.61 34.45 -
YUV 131.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 186 98 157 0 0.47 0.16 0.27 319.77 0.39 0.56
Hex BA 62 9D 0 2F 10 1B 140 27 38
Octal 272 142 235 0 57 20 33 500 47 70
Binary 10111010 1100010 10011101 0 101111 10000 11011 101000000 100111 111000

Color Harmonies of #BA629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA629D

Black with #BA629D

Text Example


Text Example

White with #BA629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA629D; }

 p { color: rgb(186,98,157); }

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

background-color css

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

 a { background-color: rgb(186,98,157); }

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

border-color css

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

 span { border-color: rgb(186,98,157); }

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