Html Css Color HEX #BA4A88 Mulberry

📋 copy color: '#BA4A88'

red 186 ◦ green 74 ◦ blue 136

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

Shades of Mulberry #BA4A88

Tints of Mulberry #BA4A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 46.97%
G = 18.69%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4A88 (or 0xBA4A88) is known color: Mulberry. HEX triplet: BA, 4A and 88. RGB value is (186,74,136). Sum of RGB (Red+Green+Blue) = 186+74+136=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A88 is #45B577. Grayscale: #727272. Windows color (decimal): -4568440 or 8932026. OLE color: 8932026.

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

Color convert

RGB 186 74 136 -
CMYK 0 0.60 0.27 0.27
HSL 326.79º 0.45% 0.51% -
HSV(B) 326.79º 0.6% 0.73% -
XYZ 27.14 17.11 25.17 -
YUV 114.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 186 74 136 0 0.60 0.27 0.27 326.79 0.45 0.51
Hex BA 4A 88 0 3C 1B 1B 147 2D 33
Octal 272 112 210 0 74 33 33 507 55 63
Binary 10111010 1001010 10001000 0 111100 11011 11011 101000111 101101 110011

Color Harmonies of #BA4A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A88

Black with #BA4A88

Text Example


Text Example

White with #BA4A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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