Html Css Color HEX #BA5C8F Mulberry

📋 copy color: '#BA5C8F'

red 186 ◦ green 92 ◦ blue 143

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

Shades of Mulberry #BA5C8F

Tints of Mulberry #BA5C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 44.18%
G = 21.85%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA5C8F (or 0xBA5C8F) is known color: Mulberry. HEX triplet: BA, 5C and 8F. RGB value is (186,92,143). Sum of RGB (Red+Green+Blue) = 186+92+143=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C8F is #45A370. Grayscale: #7D7D7D. Windows color (decimal): -4563825 or 9395386. OLE color: 9395386.

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

Color convert

RGB 186 92 143 -
CMYK 0 0.51 0.23 0.27
HSL 327.45º 0.41% 0.55% -
HSV(B) 327.45º 0.51% 0.73% -
XYZ 29.03 20.08 28.33 -
YUV 125.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 186 92 143 0 0.51 0.23 0.27 327.45 0.41 0.55
Hex BA 5C 8F 0 33 17 1B 147 29 37
Octal 272 134 217 0 63 27 33 507 51 67
Binary 10111010 1011100 10001111 0 110011 10111 11011 101000111 101001 110111

Color Harmonies of #BA5C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C8F

Black with #BA5C8F

Text Example


Text Example

White with #BA5C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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