Html Css Color HEX #BA599A Mulberry

📋 copy color: '#BA599A'

red 186 ◦ green 89 ◦ blue 154

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

Shades of Mulberry #BA599A

Tints of Mulberry #BA599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 43.36%
G = 20.75%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA599A (or 0xBA599A) is known color: Mulberry. HEX triplet: BA, 59 and 9A. RGB value is (186,89,154). Sum of RGB (Red+Green+Blue) = 186+89+154=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599A is #45A665. Grayscale: #7D7D7D. Windows color (decimal): -4564582 or 10115514. OLE color: 10115514.

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

Color convert

RGB 186 89 154 -
CMYK 0 0.52 0.17 0.27
HSL 319.79º 0.41% 0.54% -
HSV(B) 319.79º 0.52% 0.73% -
XYZ 29.65 19.92 32.85 -
YUV 125.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 186 89 154 0 0.52 0.17 0.27 319.79 0.41 0.54
Hex BA 59 9A 0 34 11 1B 140 29 36
Octal 272 131 232 0 64 21 33 500 51 66
Binary 10111010 1011001 10011010 0 110100 10001 11011 101000000 101001 110110

Color Harmonies of #BA599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA599A

Black with #BA599A

Text Example


Text Example

White with #BA599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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