Html Css Color HEX #BA5C95 Mulberry

📋 copy color: '#BA5C95'

red 186 ◦ green 92 ◦ blue 149

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

Shades of Mulberry #BA5C95

Tints of Mulberry #BA5C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

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

R = 43.56%
G = 21.55%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5C95 (or 0xBA5C95) is known color: Mulberry. HEX triplet: BA, 5C and 95. RGB value is (186,92,149). Sum of RGB (Red+Green+Blue) = 186+92+149=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C95 is #45A36A. Grayscale: #7E7E7E. Windows color (decimal): -4563819 or 9788602. OLE color: 9788602.

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

Color convert

RGB 186 92 149 -
CMYK 0 0.51 0.20 0.27
HSL 323.62º 0.41% 0.55% -
HSV(B) 323.62º 0.51% 0.73% -
XYZ 29.5 20.26 30.79 -
YUV 126.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 186 92 149 0 0.51 0.20 0.27 323.62 0.41 0.55
Hex BA 5C 95 0 33 14 1B 144 29 37
Octal 272 134 225 0 63 24 33 504 51 67
Binary 10111010 1011100 10010101 0 110011 10100 11011 101000100 101001 110111

Color Harmonies of #BA5C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C95

Black with #BA5C95

Text Example


Text Example

White with #BA5C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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