Html Css Color HEX #BA588F Mulberry

📋 copy color: '#BA588F'

red 186 ◦ green 88 ◦ blue 143

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

Shades of Mulberry #BA588F

Tints of Mulberry #BA588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 44.6%
G = 21.1%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA588F (or 0xBA588F) is known color: Mulberry. HEX triplet: BA, 58 and 8F. RGB value is (186,88,143). Sum of RGB (Red+Green+Blue) = 186+88+143=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588F is #45A770. Grayscale: #7B7B7B. Windows color (decimal): -4564849 or 9394362. OLE color: 9394362.

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

Color convert

RGB 186 88 143 -
CMYK 0 0.53 0.23 0.27
HSL 326.33º 0.42% 0.54% -
HSV(B) 326.33º 0.53% 0.73% -
XYZ 28.7 19.4 28.22 -
YUV 123.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 186 88 143 0 0.53 0.23 0.27 326.33 0.42 0.54
Hex BA 58 8F 0 35 17 1B 146 2A 36
Octal 272 130 217 0 65 27 33 506 52 66
Binary 10111010 1011000 10001111 0 110101 10111 11011 101000110 101010 110110

Color Harmonies of #BA588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA588F

Black with #BA588F

Text Example


Text Example

White with #BA588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA588F; }

 p { color: rgb(186,88,143); }

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

background-color css

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

 a { background-color: rgb(186,88,143); }

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

border-color css

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

 span { border-color: rgb(186,88,143); }

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