Html Css Color HEX #BA5B9F Mulberry

📋 copy color: '#BA5B9F'

red 186 ◦ green 91 ◦ blue 159

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

Shades of Mulberry #BA5B9F

Tints of Mulberry #BA5B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 42.66%
G = 20.87%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA5B9F (or 0xBA5B9F) is known color: Mulberry. HEX triplet: BA, 5B and 9F. RGB value is (186,91,159). Sum of RGB (Red+Green+Blue) = 186+91+159=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B9F is #45A460. Grayscale: #7E7E7E. Windows color (decimal): -4564065 or 10443706. OLE color: 10443706.

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

Color convert

RGB 186 91 159 -
CMYK 0 0.51 0.15 0.27
HSL 317.05º 0.41% 0.54% -
HSV(B) 317.05º 0.51% 0.73% -
XYZ 30.25 20.42 35.15 -
YUV 127.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 186 91 159 0 0.51 0.15 0.27 317.05 0.41 0.54
Hex BA 5B 9F 0 33 F 1B 13D 29 36
Octal 272 133 237 0 63 17 33 475 51 66
Binary 10111010 1011011 10011111 0 110011 1111 11011 100111101 101001 110110

Color Harmonies of #BA5B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B9F

Black with #BA5B9F

Text Example


Text Example

White with #BA5B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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