Html Css Color HEX #BA5288 Mulberry

📋 copy color: '#BA5288'

red 186 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #BA5288

Tints of Mulberry #BA5288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

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

R = 46.04%
G = 20.3%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5288 (or 0xBA5288) is known color: Mulberry. HEX triplet: BA, 52 and 88. RGB value is (186,82,136). Sum of RGB (Red+Green+Blue) = 186+82+136=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5288 is #45AD77. Grayscale: #777777. Windows color (decimal): -4566392 or 8934074. OLE color: 8934074.

HSL color Cylindrical-coordinate representation of color #BA5288: hue angle of 328.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5288 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 136 -
CMYK 0 0.56 0.27 0.27
HSL 328.85º 0.43% 0.53% -
HSV(B) 328.85º 0.56% 0.73% -
XYZ 27.71 18.25 25.35 -
YUV 119.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 186 82 136 0 0.56 0.27 0.27 328.85 0.43 0.53
Hex BA 52 88 0 38 1B 1B 149 2B 35
Octal 272 122 210 0 70 33 33 511 53 65
Binary 10111010 1010010 10001000 0 111000 11011 11011 101001001 101011 110101

Color Harmonies of #BA5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5288

Black with #BA5288

Text Example


Text Example

White with #BA5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5288; }

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

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

background-color css

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

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

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

border-color css

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

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

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