Html Css Color HEX #BA5795 Mulberry

📋 copy color: '#BA5795'

red 186 ◦ green 87 ◦ blue 149

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

Shades of Mulberry #BA5795

Tints of Mulberry #BA5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 44.08%
G = 20.62%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5795 (or 0xBA5795) is known color: Mulberry. HEX triplet: BA, 57 and 95. RGB value is (186,87,149). Sum of RGB (Red+Green+Blue) = 186+87+149=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5795 is #45A86A. Grayscale: #7B7B7B. Windows color (decimal): -4565099 or 9787322. OLE color: 9787322.

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

Color convert

RGB 186 87 149 -
CMYK 0 0.53 0.20 0.27
HSL 322.42º 0.42% 0.54% -
HSV(B) 322.42º 0.53% 0.73% -
XYZ 29.08 19.43 30.65 -
YUV 123.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 186 87 149 0 0.53 0.20 0.27 322.42 0.42 0.54
Hex BA 57 95 0 35 14 1B 142 2A 36
Octal 272 127 225 0 65 24 33 502 52 66
Binary 10111010 1010111 10010101 0 110101 10100 11011 101000010 101010 110110

Color Harmonies of #BA5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5795

Black with #BA5795

Text Example


Text Example

White with #BA5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5795; }

 p { color: rgb(186,87,149); }

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

background-color css

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

 a { background-color: rgb(186,87,149); }

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

border-color css

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

 span { border-color: rgb(186,87,149); }

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