Html Css Color HEX #BA5C8A Mulberry

📋 copy color: '#BA5C8A'

red 186 ◦ green 92 ◦ blue 138

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

Shades of Mulberry #BA5C8A

Tints of Mulberry #BA5C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 44.71%
G = 22.12%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA5C8A (or 0xBA5C8A) is known color: Mulberry. HEX triplet: BA, 5C and 8A. RGB value is (186,92,138). Sum of RGB (Red+Green+Blue) = 186+92+138=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C8A is #45A375. Grayscale: #7D7D7D. Windows color (decimal): -4563830 or 9067706. OLE color: 9067706.

HSL color Cylindrical-coordinate representation of color #BA5C8A: hue angle of 330.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C8A is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 92 138 -
CMYK 0 0.51 0.26 0.27
HSL 330.64º 0.41% 0.55% -
HSV(B) 330.64º 0.51% 0.73% -
XYZ 28.66 19.93 26.38 -
YUV 125.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 186 92 138 0 0.51 0.26 0.27 330.64 0.41 0.55
Hex BA 5C 8A 0 33 1A 1B 14B 29 37
Octal 272 134 212 0 63 32 33 513 51 67
Binary 10111010 1011100 10001010 0 110011 11010 11011 101001011 101001 110111

Color Harmonies of #BA5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C8A

Black with #BA5C8A

Text Example


Text Example

White with #BA5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C8A; }

 p { color: rgb(186,92,138); }

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

background-color css

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

 a { background-color: rgb(186,92,138); }

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

border-color css

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

 span { border-color: rgb(186,92,138); }

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