Html Css Color HEX #BA5283 Mulberry

📋 copy color: '#BA5283'

red 186 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #BA5283

Tints of Mulberry #BA5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 46.62%
G = 20.55%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA5283 (or 0xBA5283) is known color: Mulberry. HEX triplet: BA, 52 and 83. RGB value is (186,82,131). Sum of RGB (Red+Green+Blue) = 186+82+131=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5283 is #45AD7C. Grayscale: #767676. Windows color (decimal): -4566397 or 8606394. OLE color: 8606394.

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

Color convert

RGB 186 82 131 -
CMYK 0 0.56 0.30 0.27
HSL 331.73º 0.43% 0.53% -
HSV(B) 331.73º 0.56% 0.73% -
XYZ 27.36 18.11 23.53 -
YUV 118.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 186 82 131 0 0.56 0.30 0.27 331.73 0.43 0.53
Hex BA 52 83 0 38 1E 1B 14C 2B 35
Octal 272 122 203 0 70 36 33 514 53 65
Binary 10111010 1010010 10000011 0 111000 11110 11011 101001100 101011 110101

Color Harmonies of #BA5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5283

Black with #BA5283

Text Example


Text Example

White with #BA5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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