Html Css Color HEX #BA599D Mulberry

📋 copy color: '#BA599D'

red 186 ◦ green 89 ◦ blue 157

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

Shades of Mulberry #BA599D

Tints of Mulberry #BA599D

RGB

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

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

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

R = 43.06%
G = 20.6%
B = 36.34%

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

#BA599D (or 0xBA599D) is known color: Mulberry. HEX triplet: BA, 59 and 9D. RGB value is (186,89,157). Sum of RGB (Red+Green+Blue) = 186+89+157=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599D is #45A662. Grayscale: #7D7D7D. Windows color (decimal): -4564579 or 10312122. OLE color: 10312122.

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

Color convert

RGB 186 89 157 -
CMYK 0 0.52 0.16 0.27
HSL 317.94º 0.41% 0.54% -
HSV(B) 317.94º 0.52% 0.73% -
XYZ 29.91 20.02 34.19 -
YUV 125.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 186 89 157 0 0.52 0.16 0.27 317.94 0.41 0.54
Hex BA 59 9D 0 34 10 1B 13E 29 36
Octal 272 131 235 0 64 20 33 476 51 66
Binary 10111010 1011001 10011101 0 110100 10000 11011 100111110 101001 110110

Color Harmonies of #BA599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA599D

Black with #BA599D

Text Example


Text Example

White with #BA599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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