Html Css Color HEX #BA5A83 Mulberry

📋 copy color: '#BA5A83'

red 186 ◦ green 90 ◦ blue 131

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

Shades of Mulberry #BA5A83

Tints of Mulberry #BA5A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 45.7%
G = 22.11%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA5A83 (or 0xBA5A83) is known color: Mulberry. HEX triplet: BA, 5A and 83. RGB value is (186,90,131). Sum of RGB (Red+Green+Blue) = 186+90+131=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A83 is #45A57C. Grayscale: #7B7B7B. Windows color (decimal): -4564349 or 8608442. OLE color: 8608442.

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

Color convert

RGB 186 90 131 -
CMYK 0 0.52 0.30 0.27
HSL 334.38º 0.41% 0.54% -
HSV(B) 334.38º 0.52% 0.73% -
XYZ 28 19.39 23.74 -
YUV 123.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 186 90 131 0 0.52 0.30 0.27 334.38 0.41 0.54
Hex BA 5A 83 0 34 1E 1B 14E 29 36
Octal 272 132 203 0 64 36 33 516 51 66
Binary 10111010 1011010 10000011 0 110100 11110 11011 101001110 101001 110110

Color Harmonies of #BA5A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A83

Black with #BA5A83

Text Example


Text Example

White with #BA5A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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