Html Css Color HEX #BA5091 Mulberry

📋 copy color: '#BA5091'

red 186 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #BA5091

Tints of Mulberry #BA5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 45.26%
G = 19.46%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA5091 (or 0xBA5091) is known color: Mulberry. HEX triplet: BA, 50 and 91. RGB value is (186,80,145). Sum of RGB (Red+Green+Blue) = 186+80+145=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5091 is #45AF6E. Grayscale: #767676. Windows color (decimal): -4566895 or 9523386. OLE color: 9523386.

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

Color convert

RGB 186 80 145 -
CMYK 0 0.57 0.22 0.27
HSL 323.21º 0.43% 0.52% -
HSV(B) 323.21º 0.57% 0.73% -
XYZ 28.23 18.22 28.82 -
YUV 119.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 186 80 145 0 0.57 0.22 0.27 323.21 0.43 0.52
Hex BA 50 91 0 39 16 1B 143 2B 34
Octal 272 120 221 0 71 26 33 503 53 64
Binary 10111010 1010000 10010001 0 111001 10110 11011 101000011 101011 110100

Color Harmonies of #BA5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5091

Black with #BA5091

Text Example


Text Example

White with #BA5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5091; }

 p { color: rgb(186,80,145); }

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

background-color css

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

 a { background-color: rgb(186,80,145); }

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

border-color css

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

 span { border-color: rgb(186,80,145); }

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