Html Css Color HEX #BA4F99 Mulberry

📋 copy color: '#BA4F99'

red 186 ◦ green 79 ◦ blue 153

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

Shades of Mulberry #BA4F99

Tints of Mulberry #BA4F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.9%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 44.5%
G = 18.9%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4F99 (or 0xBA4F99) is known color: Mulberry. HEX triplet: BA, 4F and 99. RGB value is (186,79,153). Sum of RGB (Red+Green+Blue) = 186+79+153=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F99 is #45B066. Grayscale: #777777. Windows color (decimal): -4567143 or 10047418. OLE color: 10047418.

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

Color convert

RGB 186 79 153 -
CMYK 0 0.58 0.18 0.27
HSL 318.5º 0.44% 0.52% -
HSV(B) 318.5º 0.58% 0.73% -
XYZ 28.8 18.33 32.16 -
YUV 119.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 186 79 153 0 0.58 0.18 0.27 318.5 0.44 0.52
Hex BA 4F 99 0 3A 12 1B 13F 2C 34
Octal 272 117 231 0 72 22 33 477 54 64
Binary 10111010 1001111 10011001 0 111010 10010 11011 100111111 101100 110100

Color Harmonies of #BA4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F99

Black with #BA4F99

Text Example


Text Example

White with #BA4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F99; }

 p { color: rgb(186,79,153); }

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

background-color css

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

 a { background-color: rgb(186,79,153); }

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

border-color css

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

 span { border-color: rgb(186,79,153); }

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