Html Css Color HEX #BA5A8E Mulberry

📋 copy color: '#BA5A8E'

red 186 ◦ green 90 ◦ blue 142

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

Shades of Mulberry #BA5A8E

Tints of Mulberry #BA5A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 44.5%
G = 21.53%
B = 33.97%

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

#BA5A8E (or 0xBA5A8E) is known color: Mulberry. HEX triplet: BA, 5A and 8E. RGB value is (186,90,142). Sum of RGB (Red+Green+Blue) = 186+90+142=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A8E is #45A571. Grayscale: #7C7C7C. Windows color (decimal): -4564338 or 9329338. OLE color: 9329338.

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

Color convert

RGB 186 90 142 -
CMYK 0 0.52 0.24 0.27
HSL 327.5º 0.41% 0.54% -
HSV(B) 327.5º 0.52% 0.73% -
XYZ 28.79 19.7 27.88 -
YUV 124.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 186 90 142 0 0.52 0.24 0.27 327.5 0.41 0.54
Hex BA 5A 8E 0 34 18 1B 148 29 36
Octal 272 132 216 0 64 30 33 510 51 66
Binary 10111010 1011010 10001110 0 110100 11000 11011 101001000 101001 110110

Color Harmonies of #BA5A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A8E

Black with #BA5A8E

Text Example


Text Example

White with #BA5A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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