Html Css Color HEX #BA4792 Mulberry

📋 copy color: '#BA4792'

red 186 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #BA4792

Tints of Mulberry #BA4792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 46.15%
G = 17.62%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4792 (or 0xBA4792) is known color: Mulberry. HEX triplet: BA, 47 and 92. RGB value is (186,71,146). Sum of RGB (Red+Green+Blue) = 186+71+146=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4792 is #45B86D. Grayscale: #717171. Windows color (decimal): -4569198 or 9586618. OLE color: 9586618.

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

Color convert

RGB 186 71 146 -
CMYK 0 0.62 0.22 0.27
HSL 320.87º 0.45% 0.5% -
HSV(B) 320.87º 0.62% 0.73% -
XYZ 27.69 17.02 29.02 -
YUV 113.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 186 71 146 0 0.62 0.22 0.27 320.87 0.45 0.5
Hex BA 47 92 0 3E 16 1B 141 2D 32
Octal 272 107 222 0 76 26 33 501 55 62
Binary 10111010 1000111 10010010 0 111110 10110 11011 101000001 101101 110010

Color Harmonies of #BA4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4792

Black with #BA4792

Text Example


Text Example

White with #BA4792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4792; }

 p { color: rgb(186,71,146); }

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

background-color css

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

 a { background-color: rgb(186,71,146); }

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

border-color css

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

 span { border-color: rgb(186,71,146); }

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