Html Css Color HEX #BA4A85 Mulberry

📋 copy color: '#BA4A85'

red 186 ◦ green 74 ◦ blue 133

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

Shades of Mulberry #BA4A85

Tints of Mulberry #BA4A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 47.33%
G = 18.83%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA4A85 (or 0xBA4A85) is known color: Mulberry. HEX triplet: BA, 4A and 85. RGB value is (186,74,133). Sum of RGB (Red+Green+Blue) = 186+74+133=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A85 is #45B57A. Grayscale: #727272. Windows color (decimal): -4568443 or 8735418. OLE color: 8735418.

HSL color Cylindrical-coordinate representation of color #BA4A85: hue angle of 328.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A85 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 133 -
CMYK 0 0.60 0.28 0.27
HSL 328.39º 0.45% 0.51% -
HSV(B) 328.39º 0.6% 0.73% -
XYZ 26.93 17.03 24.06 -
YUV 114.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 186 74 133 0 0.60 0.28 0.27 328.39 0.45 0.51
Hex BA 4A 85 0 3C 1C 1B 148 2D 33
Octal 272 112 205 0 74 34 33 510 55 63
Binary 10111010 1001010 10000101 0 111100 11100 11011 101001000 101101 110011

Color Harmonies of #BA4A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A85

Black with #BA4A85

Text Example


Text Example

White with #BA4A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A85; }

 p { color: rgb(186,74,133); }

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

background-color css

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

 a { background-color: rgb(186,74,133); }

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

border-color css

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

 span { border-color: rgb(186,74,133); }

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