Html Css Color HEX #BA5D96 Mulberry

📋 copy color: '#BA5D96'

red 186 ◦ green 93 ◦ blue 150

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

Shades of Mulberry #BA5D96

Tints of Mulberry #BA5D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 43.36%
G = 21.68%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5D96 (or 0xBA5D96) is known color: Mulberry. HEX triplet: BA, 5D and 96. RGB value is (186,93,150). Sum of RGB (Red+Green+Blue) = 186+93+150=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D96 is #45A269. Grayscale: #7F7F7F. Windows color (decimal): -4563562 or 9854394. OLE color: 9854394.

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

Color convert

RGB 186 93 150 -
CMYK 0 0.5 0.19 0.27
HSL 323.23º 0.4% 0.55% -
HSV(B) 323.23º 0.5% 0.73% -
XYZ 29.67 20.47 31.24 -
YUV 127.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 186 93 150 0 0.5 0.19 0.27 323.23 0.4 0.55
Hex BA 5D 96 0 32 13 1B 143 28 37
Octal 272 135 226 0 62 23 33 503 50 67
Binary 10111010 1011101 10010110 0 110010 10011 11011 101000011 101000 110111

Color Harmonies of #BA5D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D96

Black with #BA5D96

Text Example


Text Example

White with #BA5D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D96; }

 p { color: rgb(186,93,150); }

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

background-color css

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

 a { background-color: rgb(186,93,150); }

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

border-color css

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

 span { border-color: rgb(186,93,150); }

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