Html Css Color HEX #BA599C Mulberry

📋 copy color: '#BA599C'

red 186 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #BA599C

Tints of Mulberry #BA599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.65%

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

R = 43.16%
G = 20.65%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA599C (or 0xBA599C) is known color: Mulberry. HEX triplet: BA, 59 and 9C. RGB value is (186,89,156). Sum of RGB (Red+Green+Blue) = 186+89+156=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599C is #45A663. Grayscale: #7D7D7D. Windows color (decimal): -4564580 or 10246586. OLE color: 10246586.

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

Color convert

RGB 186 89 156 -
CMYK 0 0.52 0.16 0.27
HSL 318.56º 0.41% 0.54% -
HSV(B) 318.56º 0.52% 0.73% -
XYZ 29.82 19.98 33.74 -
YUV 125.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 186 89 156 0 0.52 0.16 0.27 318.56 0.41 0.54
Hex BA 59 9C 0 34 10 1B 13F 29 36
Octal 272 131 234 0 64 20 33 477 51 66
Binary 10111010 1011001 10011100 0 110100 10000 11011 100111111 101001 110110

Color Harmonies of #BA599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA599C

Black with #BA599C

Text Example


Text Example

White with #BA599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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