Html Css Color HEX #BA599F Mulberry

📋 copy color: '#BA599F'

red 186 ◦ green 89 ◦ blue 159

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

Shades of Mulberry #BA599F

Tints of Mulberry #BA599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 42.86%
G = 20.51%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA599F (or 0xBA599F) is known color: Mulberry. HEX triplet: BA, 59 and 9F. RGB value is (186,89,159). Sum of RGB (Red+Green+Blue) = 186+89+159=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599F is #45A660. Grayscale: #7D7D7D. Windows color (decimal): -4564577 or 10443194. OLE color: 10443194.

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

Color convert

RGB 186 89 159 -
CMYK 0 0.52 0.15 0.27
HSL 316.7º 0.41% 0.54% -
HSV(B) 316.7º 0.52% 0.73% -
XYZ 30.08 20.09 35.09 -
YUV 125.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 186 89 159 0 0.52 0.15 0.27 316.7 0.41 0.54
Hex BA 59 9F 0 34 F 1B 13D 29 36
Octal 272 131 237 0 64 17 33 475 51 66
Binary 10111010 1011001 10011111 0 110100 1111 11011 100111101 101001 110110

Color Harmonies of #BA599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA599F

Black with #BA599F

Text Example


Text Example

White with #BA599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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