Html Css Color HEX #BA598B Mulberry

📋 copy color: '#BA598B'

red 186 ◦ green 89 ◦ blue 139

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

Shades of Mulberry #BA598B

Tints of Mulberry #BA598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 44.93%
G = 21.5%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA598B (or 0xBA598B) is known color: Mulberry. HEX triplet: BA, 59 and 8B. RGB value is (186,89,139). Sum of RGB (Red+Green+Blue) = 186+89+139=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA598B is #45A674. Grayscale: #7B7B7B. Windows color (decimal): -4564597 or 9132474. OLE color: 9132474.

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

Color convert

RGB 186 89 139 -
CMYK 0 0.52 0.25 0.27
HSL 329.07º 0.41% 0.54% -
HSV(B) 329.07º 0.52% 0.73% -
XYZ 28.48 19.45 26.68 -
YUV 123.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 186 89 139 0 0.52 0.25 0.27 329.07 0.41 0.54
Hex BA 59 8B 0 34 19 1B 149 29 36
Octal 272 131 213 0 64 31 33 511 51 66
Binary 10111010 1011001 10001011 0 110100 11001 11011 101001001 101001 110110

Color Harmonies of #BA598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA598B

Black with #BA598B

Text Example


Text Example

White with #BA598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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