Html Css Color HEX #BA5A8D Mulberry

📋 copy color: '#BA5A8D'

red 186 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #BA5A8D

Tints of Mulberry #BA5A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 44.6%
G = 21.58%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA5A8D (or 0xBA5A8D) is known color: Mulberry. HEX triplet: BA, 5A and 8D. RGB value is (186,90,141). Sum of RGB (Red+Green+Blue) = 186+90+141=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A8D is #45A572. Grayscale: #7C7C7C. Windows color (decimal): -4564339 or 9263802. OLE color: 9263802.

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

Color convert

RGB 186 90 141 -
CMYK 0 0.52 0.24 0.27
HSL 328.13º 0.41% 0.54% -
HSV(B) 328.13º 0.52% 0.73% -
XYZ 28.71 19.67 27.48 -
YUV 124.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 186 90 141 0 0.52 0.24 0.27 328.13 0.41 0.54
Hex BA 5A 8D 0 34 18 1B 148 29 36
Octal 272 132 215 0 64 30 33 510 51 66
Binary 10111010 1011010 10001101 0 110100 11000 11011 101001000 101001 110110

Color Harmonies of #BA5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A8D

Black with #BA5A8D

Text Example


Text Example

White with #BA5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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