Html Css Color HEX #BA5B83 Mulberry

📋 copy color: '#BA5B83'

red 186 ◦ green 91 ◦ blue 131

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

Shades of Mulberry #BA5B83

Tints of Mulberry #BA5B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 45.59%
G = 22.3%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA5B83 (or 0xBA5B83) is known color: Mulberry. HEX triplet: BA, 5B and 83. RGB value is (186,91,131). Sum of RGB (Red+Green+Blue) = 186+91+131=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B83 is #45A47C. Grayscale: #7B7B7B. Windows color (decimal): -4564093 or 8608698. OLE color: 8608698.

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

Color convert

RGB 186 91 131 -
CMYK 0 0.51 0.30 0.27
HSL 334.74º 0.41% 0.54% -
HSV(B) 334.74º 0.51% 0.73% -
XYZ 28.09 19.56 23.77 -
YUV 123.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 186 91 131 0 0.51 0.30 0.27 334.74 0.41 0.54
Hex BA 5B 83 0 33 1E 1B 14F 29 36
Octal 272 133 203 0 63 36 33 517 51 66
Binary 10111010 1011011 10000011 0 110011 11110 11011 101001111 101001 110110

Color Harmonies of #BA5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B83

Black with #BA5B83

Text Example


Text Example

White with #BA5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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