Html Css Color HEX #BA4692 Mulberry

📋 copy color: '#BA4692'

red 186 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #BA4692

Tints of Mulberry #BA4692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

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

R = 46.27%
G = 17.41%
B = 36.32%

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

#BA4692 (or 0xBA4692) is known color: Mulberry. HEX triplet: BA, 46 and 92. RGB value is (186,70,146). Sum of RGB (Red+Green+Blue) = 186+70+146=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4692 is #45B96D. Grayscale: #717171. Windows color (decimal): -4569454 or 9586362. OLE color: 9586362.

HSL color Cylindrical-coordinate representation of color #BA4692: hue angle of 320.69º degrees, saturation: 0.46, 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 #BA4692 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 146 -
CMYK 0 0.62 0.22 0.27
HSL 320.69º 0.46% 0.5% -
HSV(B) 320.69º 0.62% 0.73% -
XYZ 27.63 16.89 29 -
YUV 113.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 186 70 146 0 0.62 0.22 0.27 320.69 0.46 0.5
Hex BA 46 92 0 3E 16 1B 141 2E 32
Octal 272 106 222 0 76 26 33 501 56 62
Binary 10111010 1000110 10010010 0 111110 10110 11011 101000001 101110 110010

Color Harmonies of #BA4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4692

Black with #BA4692

Text Example


Text Example

White with #BA4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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