Html Css Color HEX #BA6192 Mulberry

📋 copy color: '#BA6192'

red 186 ◦ green 97 ◦ blue 146

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

Shades of Mulberry #BA6192

Tints of Mulberry #BA6192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

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

R = 43.36%
G = 22.61%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA6192 (or 0xBA6192) is known color: Mulberry. HEX triplet: BA, 61 and 92. RGB value is (186,97,146). Sum of RGB (Red+Green+Blue) = 186+97+146=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6192 is #459E6D. Grayscale: #818181. Windows color (decimal): -4562542 or 9593274. OLE color: 9593274.

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

Color convert

RGB 186 97 146 -
CMYK 0 0.48 0.22 0.27
HSL 326.97º 0.39% 0.55% -
HSV(B) 326.97º 0.48% 0.73% -
XYZ 29.71 21.06 29.69 -
YUV 129.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 186 97 146 0 0.48 0.22 0.27 326.97 0.39 0.55
Hex BA 61 92 0 30 16 1B 147 27 37
Octal 272 141 222 0 60 26 33 507 47 67
Binary 10111010 1100001 10010010 0 110000 10110 11011 101000111 100111 110111

Color Harmonies of #BA6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6192

Black with #BA6192

Text Example


Text Example

White with #BA6192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6192; }

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

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

background-color css

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

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

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

border-color css

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

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

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