Html Css Color HEX #BA629C Mulberry

📋 copy color: '#BA629C'

red 186 ◦ green 98 ◦ blue 156

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

Shades of Mulberry #BA629C

Tints of Mulberry #BA629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 42.27%
G = 22.27%
B = 35.45%

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

#BA629C (or 0xBA629C) is known color: Mulberry. HEX triplet: BA, 62 and 9C. RGB value is (186,98,156). Sum of RGB (Red+Green+Blue) = 186+98+156=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA629C is #459D63. Grayscale: #828282. Windows color (decimal): -4562276 or 10248890. OLE color: 10248890.

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

Color convert

RGB 186 98 156 -
CMYK 0 0.47 0.16 0.27
HSL 320.45º 0.39% 0.56% -
HSV(B) 320.45º 0.47% 0.73% -
XYZ 30.62 21.57 34 -
YUV 130.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 186 98 156 0 0.47 0.16 0.27 320.45 0.39 0.56
Hex BA 62 9C 0 2F 10 1B 140 27 38
Octal 272 142 234 0 57 20 33 500 47 70
Binary 10111010 1100010 10011100 0 101111 10000 11011 101000000 100111 111000

Color Harmonies of #BA629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA629C

Black with #BA629C

Text Example


Text Example

White with #BA629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA629C; }

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

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

background-color css

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

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

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

border-color css

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

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

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